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