A next-generation bcc parser for BlitzMax
#cross-platform #compiler #blitzmax #bcc #basic
|
пре 2 месеци | |
---|---|---|
.github | пре 5 година | |
tests | пре 6 година | |
zlib | пре 8 месеци | |
.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 | пре 8 месеци | |
bcc.conf.default | пре 10 година | |
config.bmx | пре 8 месеци | |
ctranslator.bmx | пре 5 месеци | |
decl.bmx | пре 3 месеци | |
enums.c | пре 6 година | |
expr.bmx | пре 2 месеци | |
hash.c | пре 4 година | |
iparser.bmx | пре 8 месеци | |
math.c | пре 2 година | |
options.bmx | пре 8 месеци | |
parser.bmx | пре 5 месеци | |
stmt.bmx | пре 8 месеци | |
stringbuffer_common.bmx | пре 8 месеци | |
stringbuffer_core.bmx | пре 8 месеци | |
stringbuffer_glue.c | пре 8 месеци | |
stringbuffer_uni_conv.c | пре 9 година | |
toker.bmx | пре 8 месеци | |
transform.c | пре 8 месеци | |
translator.bmx | пре 8 месеци | |
type.bmx | пре 8 месеци | |
version.bmx | пре 8 месеци | |
xxhash.h | пре 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.