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