A next-generation bcc parser for BlitzMax

#cross-platform #compiler #blitzmax #bcc #basic

woollybah 49528fae1b Improved handling of recursive generics. Fixes #316. 7 years ago
tests 3807e905db [SCT] Added a new test for overriding a method in an extended type 9 years ago
.gitignore 4293d4fb8d Modified ignores, added test 12 years ago
AUTHORS.md 08f1993b12 Added support for multi-dimensional arrays. 12 years ago
COPYING.md df31e624a8 Updated copyright year. 9 years ago
README.md 7193b0a4f9 Improved String reference handling. Now removes/adds references during semantic checking of const/evaluated expressions. 12 years ago
TODO.md 76a63e4255 Update TODO.md 9 years ago
base.configmap.bmx c628c2bfaa Updated copyright year. 9 years ago
base.stringhelper.bmx c7f8441b1c Improved Abstract method/function detection. Fixes #309 8 years ago
base64.bmx c7f8441b1c Improved Abstract method/function detection. Fixes #309 8 years ago
bcc.bmx 662a3d32c7 Generics WIP. 7 years ago
bcc.conf.default 75cd3f7441 Added more detailed usage notes. 11 years ago
config.bmx 49528fae1b Improved handling of recursive generics. Fixes #316. 7 years ago
ctranslator.bmx 662a3d32c7 Generics WIP. 7 years ago
decl.bmx 49528fae1b Improved handling of recursive generics. Fixes #316. 7 years ago
expr.bmx 662a3d32c7 Generics WIP. 7 years ago
iparser.bmx c7f8441b1c Improved Abstract method/function detection. Fixes #309 8 years ago
options.bmx c7f8441b1c Improved Abstract method/function detection. Fixes #309 8 years ago
parser.bmx 5375d7e707 Parameter types can be arrays and functions. Fixes #285. 7 years ago
stmt.bmx c7f8441b1c Improved Abstract method/function detection. Fixes #309 8 years ago
stringbuffer_common.bmx c7f8441b1c Improved Abstract method/function detection. Fixes #309 8 years ago
stringbuffer_core.bmx c7f8441b1c Improved Abstract method/function detection. Fixes #309 8 years ago
stringbuffer_glue.c c7f8441b1c Improved Abstract method/function detection. Fixes #309 8 years ago
stringbuffer_uni_conv.c d65d70134d Implemented module/ident caching. 10 years ago
toker.bmx 662a3d32c7 Generics WIP. 7 years ago
transform.c c7f8441b1c Improved Abstract method/function detection. Fixes #309 8 years ago
translator.bmx c7f8441b1c Improved Abstract method/function detection. Fixes #309 8 years ago
type.bmx 49528fae1b Improved handling of recursive generics. Fixes #316. 7 years ago

README.md

bcc

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.

Testing

Automated tests can be performed using our custom SimpleCodeTester testing tool.