A next-generation bcc parser for BlitzMax
#cross-platform #compiler #blitzmax #bcc #basic
|
|
9 years ago | |
|---|---|---|
| tests | 10 years ago | |
| .gitignore | 12 years ago | |
| AUTHORS.md | 12 years ago | |
| COPYING.md | 11 years ago | |
| README.md | 12 years ago | |
| TODO.md | 9 years ago | |
| base.configmap.bmx | 10 years ago | |
| base.stringhelper.bmx | 10 years ago | |
| bcc.bmx | 10 years ago | |
| bcc.conf.default | 11 years ago | |
| config.bmx | 9 years ago | |
| ctranslator.bmx | 9 years ago | |
| decl.bmx | 9 years ago | |
| expr.bmx | 9 years ago | |
| iparser.bmx | 9 years ago | |
| options.bmx | 9 years ago | |
| parser.bmx | 9 years ago | |
| stmt.bmx | 9 years ago | |
| stringbuffer_common.bmx | 10 years ago | |
| stringbuffer_core.bmx | 10 years ago | |
| stringbuffer_glue.c | 10 years ago | |
| stringbuffer_uni_conv.c | 10 years ago | |
| toker.bmx | 9 years ago | |
| transform.c | 10 years ago | |
| translator.bmx | 9 years ago | |
| type.bmx | 9 years 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.