A next-generation bcc parser for BlitzMax

#cross-platform #compiler #blitzmax #bcc #basic

woollybah 75cd3f7441 Added more detailed usage notes. пре 10 година
tests fc30974926 add tests for ".." and alphanumeric symbols пре 10 година
.gitignore 4293d4fb8d Modified ignores, added test пре 11 година
AUTHORS.md 08f1993b12 Added support for multi-dimensional arrays. пре 11 година
COPYING.md 0fd843c818 Date bump. пре 10 година
README.md 7193b0a4f9 Improved String reference handling. Now removes/adds references during semantic checking of const/evaluated expressions. пре 11 година
TODO.md 3e93a323b9 Updated to reflect current state of compiler. пре 10 година
base.configmap.bmx 0fd843c818 Date bump. пре 10 година
base.stringhelper.bmx 0fd843c818 Date bump. пре 10 година
bcc.bmx 44ba20cfa8 Exit after printing the bcc-version. пре 10 година
bcc.conf.default 75cd3f7441 Added more detailed usage notes. пре 10 година
config.bmx 0fd843c818 Date bump. пре 10 година
ctranslator.bmx 497239c9dc Fixed wrong scope used. пре 10 година
decl.bmx 9fdff00300 Fixed more function pointer issues. пре 10 година
expr.bmx 0750e5ed20 Fixed issue with args extending. пре 10 година
iparser.bmx eae6e7e0f3 Date bump. пре 10 година
options.bmx bdeef5ac0f Fix: replace "\" in bcc.conf-paths to crossplatform "/" пре 10 година
parser.bmx 6b0360d562 Completed builtin function expressions. пре 10 година
stmt.bmx bb42b3d5f2 Improved handling of assigning a function pointer. Fixes #82. пре 10 година
toker.bmx 531ae655ad Fixed lookahead off by one char. пре 10 година
transform.c eae6e7e0f3 Date bump. пре 10 година
translator.bmx 97c9ba146e Added gdb debug output. пре 10 година
type.bmx fd3861f670 Don't dereference Var variables when passing as Var. Fixes #81. пре 10 година

README.md

bcc

Monkey-originated bcc parser for BlitzMax Generates BlitzMax (mostly) compatible C-source which has the added advantage of being more portable than the original bcc-generated processor-specific assembler.

Testing

Automated tests can be performed using our custom SimpleCodeTester testing tool.