A next-generation bcc parser for BlitzMax

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

Brucey 8b1c2a42b3 Merge pull request #534 from bmx-ng/master 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 0378203e99 New incbin format. 5 years ago
bcc.conf.default 75cd3f7441 Added more detailed usage notes. 11 years ago
config.bmx 69e1b880ce Added incbin file hashing. 5 years ago
ctranslator.bmx 8fdde60956 Fixes use of hidden fields and functions.. 5 years ago
decl.bmx 8fdde60956 Fixes use of hidden fields and functions.. 5 years ago
enums.c 656aa73c98 Updates for debugger. 7 years ago
expr.bmx e5965a15ad Allow object varptr cast to pointer. Resolves #487 5 years ago
hash.c 69e1b880ce Added incbin file hashing. 5 years ago
iparser.bmx 8fdde60956 Fixes use of hidden fields and functions.. 5 years ago
options.bmx 8fdde60956 Fixes use of hidden fields and functions.. 5 years ago
parser.bmx 562f7524bd Haiku initial support. 5 years ago
stmt.bmx b6d4b77f28 Added warning on Struct use. Resolves #529. 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 56366f6515 Fixed missing copy of array static info. 5 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.