A next-generation bcc parser for BlitzMax

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

Brucey 1b5db02521 Searches interfaces during symbol lookup (#733) 2 days ago
.github 2e36dd9ee7 Create FUNDING.yml 6 years ago
tests 9e97df35b3 Added missing framework 6 years ago
zlib db6d041bc1 Fixed legacy BlitzMax build 8 months ago
.gitignore 4293d4fb8d Modified ignores, added test 11 years ago
AUTHORS.md 08f1993b12 Added support for multi-dimensional arrays. 11 years ago
COPYING.md 860140fdcd Year bump 6 years ago
ISSUE_TEMPLATE.md 3b2bb539f5 add issue template 6 years ago
README.md 7193b0a4f9 Improved String reference handling. Now removes/adds references during semantic checking of const/evaluated expressions. 11 years ago
TODO.md 76a63e4255 Update TODO.md 9 years ago
base.configmap.bmx c628c2bfaa Updated copyright year. 8 years ago
base.stringhelper.bmx b5731b0b11 Code generation changes. Version bump. (#713) 2 months ago
base64.bmx b5731b0b11 Code generation changes. Version bump. (#713) 2 months ago
bcc.bmx 008e671e24 Fixes regression of empty args handling. (#718) 2 months ago
bcc.conf.default 75cd3f7441 Added more detailed usage notes. 10 years ago
config.bmx f07a20c01c Adds HashCode support to classes (#714) 2 months ago
ctranslator.bmx 32c1bdee8a FIxed issues around overriding methods. (#731) 2 days ago
decl.bmx 1b5db02521 Searches interfaces during symbol lookup (#733) 2 days ago
enums.c 656aa73c98 Updates for debugger. 6 years ago
expr.bmx b5731b0b11 Code generation changes. Version bump. (#713) 2 months ago
hash.c f07a20c01c Adds HashCode support to classes (#714) 2 months ago
iparser.bmx 400f17c731 Refactors code generation for improved performance (#715) 2 months ago
math.c db6d041bc1 Fixed legacy BlitzMax build 8 months ago
options.bmx 008e671e24 Fixes regression of empty args handling. (#718) 2 months ago
parser.bmx d74692fe9b Task/enum default hashcode (#728) 4 days ago
stmt.bmx 84b2ad9ebb Added enum default compares. Reordered ifc generation. (#725) 2 months ago
stringbuffer_common.bmx b5731b0b11 Code generation changes. Version bump. (#713) 2 months ago
stringbuffer_core.bmx b5731b0b11 Code generation changes. Version bump. (#713) 2 months ago
stringbuffer_glue.c b5731b0b11 Code generation changes. Version bump. (#713) 2 months ago
stringbuffer_uni_conv.c d65d70134d Implemented module/ident caching. 9 years ago
toker.bmx 6ac0e702be Add struct-specific array creation and slicing. 1 year ago
transform.c b5731b0b11 Code generation changes. Version bump. (#713) 2 months ago
translator.bmx 373261d450 Ensure overrides check for exact. (#732) 2 days ago
type.bmx 6b740deb77 Improves type widening and distance calculations (#726) 1 month ago
version.bmx f994aa59a7 Task/collections and equality (#729) 3 days ago
xxhash.h 6ac0e702be Add struct-specific array creation and slicing. 1 year 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.