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