A next-generation bcc parser for BlitzMax
#cross-platform #compiler #blitzmax #bcc #basic
|
пре 10 година | |
---|---|---|
tests | пре 10 година | |
.gitignore | пре 11 година | |
AUTHORS.md | пре 11 година | |
COPYING.md | пре 10 година | |
README.md | пре 11 година | |
TODO.md | пре 10 година | |
base.configmap.bmx | пре 10 година | |
base.stringhelper.bmx | пре 10 година | |
bcc.bmx | пре 10 година | |
bcc.conf.default | пре 10 година | |
config.bmx | пре 10 година | |
ctranslator.bmx | пре 10 година | |
decl.bmx | пре 10 година | |
expr.bmx | пре 10 година | |
iparser.bmx | пре 10 година | |
options.bmx | пре 10 година | |
parser.bmx | пре 10 година | |
stmt.bmx | пре 10 година | |
toker.bmx | пре 10 година | |
transform.c | пре 10 година | |
translator.bmx | пре 10 година | |
type.bmx | пре 10 година |
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.
Automated tests can be performed using our custom SimpleCodeTester testing tool.