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