A next-generation bcc parser for BlitzMax

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

Brucey a44dd5122b Reverted null function wrapper changes. 1 년 전
.github 2e36dd9ee7 Create FUNDING.yml 5 년 전
tests 9e97df35b3 Added missing framework 6 년 전
.gitignore 4293d4fb8d Modified ignores, added test 11 년 전
AUTHORS.md 08f1993b12 Added support for multi-dimensional arrays. 11 년 전
COPYING.md 860140fdcd Year bump 6 년 전
ISSUE_TEMPLATE.md 3b2bb539f5 add issue template 6 년 전
README.md 7193b0a4f9 Improved String reference handling. Now removes/adds references during semantic checking of const/evaluated expressions. 11 년 전
TODO.md 76a63e4255 Update TODO.md 8 년 전
base.configmap.bmx c628c2bfaa Updated copyright year. 8 년 전
base.stringhelper.bmx f71e86a4a6 Date bump. 4 년 전
base64.bmx 8887f74abf Changed to not shl 24. Resolves #619. 2 년 전
bcc.bmx 4e098e9e86 Split out version into separate file. 2 년 전
bcc.conf.default 75cd3f7441 Added more detailed usage notes. 10 년 전
config.bmx ec835b2bba Added coverage support. 2 년 전
ctranslator.bmx a44dd5122b Reverted null function wrapper changes. 1 년 전
decl.bmx a44dd5122b Reverted null function wrapper changes. 1 년 전
enums.c 656aa73c98 Updates for debugger. 6 년 전
expr.bmx ec835b2bba Added coverage support. 2 년 전
hash.c b46a614fec Compiler warning fixes. 4 년 전
iparser.bmx e8655e1c62 Class and scope names are now stored in the ifc. Resolves #643 1 년 전
math.c b1013fda29 Added longint and ulongint types. 2 년 전
options.bmx 454fe4c84f Added auto-superstrict, and option to disable it. 1 년 전
parser.bmx 08a9b41a28 Fixes wrong line for import as well 1 년 전
stmt.bmx ec835b2bba Added coverage support. 2 년 전
stringbuffer_common.bmx ec835b2bba Added coverage support. 2 년 전
stringbuffer_core.bmx ec835b2bba Added coverage support. 2 년 전
stringbuffer_glue.c ec835b2bba Added coverage support. 2 년 전
stringbuffer_uni_conv.c d65d70134d Implemented module/ident caching. 9 년 전
toker.bmx f093c80610 Pragmas added to interfaces for hierarchical visibility. 1 년 전
transform.c ec835b2bba Added coverage support. 2 년 전
translator.bmx 87fd3c447f Fixed internal error. 1 년 전
type.bmx ec835b2bba Added coverage support. 2 년 전
version.bmx ea3695e058 Version bump due to generation changes. 1 년 전
xxh3.h 7928210ca7 Implemented source registration and hashing. 5 년 전
xxhash.h 7928210ca7 Implemented source registration and hashing. 5 년 전

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.