A next-generation bcc parser for BlitzMax

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

Brucey f093c80610 Pragmas added to interfaces for hierarchical visibility. 1 year ago
.github 2e36dd9ee7 Create FUNDING.yml 5 years ago
tests 9e97df35b3 Added missing framework 6 years 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 8 years ago
base.configmap.bmx c628c2bfaa Updated copyright year. 8 years ago
base.stringhelper.bmx f71e86a4a6 Date bump. 4 years ago
base64.bmx 8887f74abf Changed to not shl 24. Resolves #619. 2 years ago
bcc.bmx 4e098e9e86 Split out version into separate file. 2 years ago
bcc.conf.default 75cd3f7441 Added more detailed usage notes. 10 years ago
config.bmx ec835b2bba Added coverage support. 2 years ago
ctranslator.bmx f093c80610 Pragmas added to interfaces for hierarchical visibility. 1 year ago
decl.bmx f093c80610 Pragmas added to interfaces for hierarchical visibility. 1 year ago
enums.c 656aa73c98 Updates for debugger. 6 years ago
expr.bmx ec835b2bba Added coverage support. 2 years ago
hash.c b46a614fec Compiler warning fixes. 4 years ago
iparser.bmx f093c80610 Pragmas added to interfaces for hierarchical visibility. 1 year ago
math.c b1013fda29 Added longint and ulongint types. 2 years ago
options.bmx 4e098e9e86 Split out version into separate file. 2 years ago
parser.bmx f093c80610 Pragmas added to interfaces for hierarchical visibility. 1 year ago
stmt.bmx ec835b2bba Added coverage support. 2 years ago
stringbuffer_common.bmx ec835b2bba Added coverage support. 2 years ago
stringbuffer_core.bmx ec835b2bba Added coverage support. 2 years ago
stringbuffer_glue.c ec835b2bba Added coverage support. 2 years ago
stringbuffer_uni_conv.c d65d70134d Implemented module/ident caching. 9 years ago
toker.bmx f093c80610 Pragmas added to interfaces for hierarchical visibility. 1 year ago
transform.c ec835b2bba Added coverage support. 2 years ago
translator.bmx 88aa6c2aeb Cleaned up code. 2 years ago
type.bmx ec835b2bba Added coverage support. 2 years ago
version.bmx f093c80610 Pragmas added to interfaces for hierarchical visibility. 1 year ago
xxh3.h 7928210ca7 Implemented source registration and hashing. 5 years ago
xxhash.h 7928210ca7 Implemented source registration and hashing. 5 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.