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