A next-generation bcc parser for BlitzMax

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

Brucey f0a9898838 Improved error messages for non-ascii symbols. 5 years ago
.github 2e36dd9ee7 Create FUNDING.yml 6 years ago
tests 9e97df35b3 Added missing framework 7 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 860140fdcd Year bump 6 years ago
ISSUE_TEMPLATE.md 3b2bb539f5 add issue template 7 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 2d68ec37eb Year bump. 6 years ago
base64.bmx 2d68ec37eb Year bump. 6 years ago
bcc.bmx 2d68ec37eb Year bump. 6 years ago
bcc.conf.default 75cd3f7441 Added more detailed usage notes. 11 years ago
config.bmx 1fcaee8868 String formatting. 5 years ago
ctranslator.bmx e56d88be45 Fixed object size calculation. Fixes #494. 5 years ago
decl.bmx 23627b97d5 Generate hashes during semanting. 5 years ago
enums.c 656aa73c98 Updates for debugger. 7 years ago
expr.bmx 93a5dbad2a Fixed static array issues. 6 years ago
hash.c 7928210ca7 Implemented source registration and hashing. 6 years ago
iparser.bmx 2d68ec37eb Year bump. 6 years ago
options.bmx 7dec8fd34f Fixed iteration of empty strings. Fixes #176. 5 years ago
parser.bmx f0a9898838 Improved error messages for non-ascii symbols. 5 years ago
stmt.bmx bba06cccab Take hierarchy into consideration. Fixes #489. 5 years ago
stringbuffer_common.bmx 2d68ec37eb Year bump. 6 years ago
stringbuffer_core.bmx 2d68ec37eb Year bump. 6 years ago
stringbuffer_glue.c 2d68ec37eb Year bump. 6 years ago
stringbuffer_uni_conv.c d65d70134d Implemented module/ident caching. 10 years ago
toker.bmx 1fcaee8868 String formatting. 5 years ago
transform.c 2d68ec37eb Year bump. 6 years ago
translator.bmx 7928210ca7 Implemented source registration and hashing. 6 years ago
type.bmx 2d68ec37eb Year bump. 6 years ago
xxh3.h 7928210ca7 Implemented source registration and hashing. 6 years ago
xxhash.h 7928210ca7 Implemented source registration and hashing. 6 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.