A next-generation bcc parser for BlitzMax
#cross-platform #compiler #blitzmax #bcc #basic
|
8 年之前 | |
---|---|---|
tests | 9 年之前 | |
.gitignore | 11 年之前 | |
AUTHORS.md | 11 年之前 | |
COPYING.md | 10 年之前 | |
README.md | 11 年之前 | |
TODO.md | 8 年之前 | |
base.configmap.bmx | 9 年之前 | |
base.stringhelper.bmx | 9 年之前 | |
bcc.bmx | 9 年之前 | |
bcc.conf.default | 10 年之前 | |
config.bmx | 8 年之前 | |
ctranslator.bmx | 8 年之前 | |
decl.bmx | 8 年之前 | |
expr.bmx | 8 年之前 | |
iparser.bmx | 8 年之前 | |
options.bmx | 8 年之前 | |
parser.bmx | 8 年之前 | |
stmt.bmx | 8 年之前 | |
stringbuffer_common.bmx | 9 年之前 | |
stringbuffer_core.bmx | 9 年之前 | |
stringbuffer_glue.c | 9 年之前 | |
stringbuffer_uni_conv.c | 9 年之前 | |
toker.bmx | 8 年之前 | |
transform.c | 9 年之前 | |
translator.bmx | 8 年之前 | |
type.bmx | 8 年之前 |
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.