A next-generation bcc parser for BlitzMax
#cross-platform #compiler #blitzmax #bcc #basic
|
il y a 2 mois | |
---|---|---|
.github | il y a 5 ans | |
tests | il y a 6 ans | |
zlib | il y a 8 mois | |
.gitignore | il y a 11 ans | |
AUTHORS.md | il y a 11 ans | |
COPYING.md | il y a 6 ans | |
ISSUE_TEMPLATE.md | il y a 6 ans | |
README.md | il y a 11 ans | |
TODO.md | il y a 8 ans | |
base.configmap.bmx | il y a 8 ans | |
base.stringhelper.bmx | il y a 4 ans | |
base64.bmx | il y a 2 ans | |
bcc.bmx | il y a 8 mois | |
bcc.conf.default | il y a 10 ans | |
config.bmx | il y a 8 mois | |
ctranslator.bmx | il y a 5 mois | |
decl.bmx | il y a 3 mois | |
enums.c | il y a 6 ans | |
expr.bmx | il y a 2 mois | |
hash.c | il y a 4 ans | |
iparser.bmx | il y a 8 mois | |
math.c | il y a 2 ans | |
options.bmx | il y a 8 mois | |
parser.bmx | il y a 5 mois | |
stmt.bmx | il y a 8 mois | |
stringbuffer_common.bmx | il y a 8 mois | |
stringbuffer_core.bmx | il y a 8 mois | |
stringbuffer_glue.c | il y a 8 mois | |
stringbuffer_uni_conv.c | il y a 9 ans | |
toker.bmx | il y a 8 mois | |
transform.c | il y a 8 mois | |
translator.bmx | il y a 8 mois | |
type.bmx | il y a 8 mois | |
version.bmx | il y a 8 mois | |
xxhash.h | il y a 8 mois |
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.