A next-generation bcc parser for BlitzMax

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

Brucey 6a1e53d236 Merge pull request #694 from bmx-ng/task/array-index-counts преди 2 месеца
.github 2e36dd9ee7 Create FUNDING.yml преди 5 години
tests 9e97df35b3 Added missing framework преди 6 години
zlib 71cec542b0 Add own copy of compatible zlib. преди 8 месеца
.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 6ac0e702be Add struct-specific array creation and slicing. преди 8 месеца
bcc.conf.default 75cd3f7441 Added more detailed usage notes. преди 10 години
config.bmx 71cec542b0 Add own copy of compatible zlib. преди 8 месеца
ctranslator.bmx 6281ec166c Ensure global function pointer init is cast. преди 5 месеца
decl.bmx 46f96f3506 Fixes an issue handling negative enum. преди 3 месеца
enums.c 656aa73c98 Updates for debugger. преди 6 години
expr.bmx 10273c432e Validate array index count преди 2 месеца
hash.c b46a614fec Compiler warning fixes. преди 4 години
iparser.bmx 6ac0e702be Add struct-specific array creation and slicing. преди 8 месеца
math.c b1013fda29 Added longint and ulongint types. преди 2 години
options.bmx 6ac0e702be Add struct-specific array creation and slicing. преди 8 месеца
parser.bmx 093bbe9a4c Added more casts for code generation. преди 5 месеца
stmt.bmx 6ac0e702be Add struct-specific array creation and slicing. преди 8 месеца
stringbuffer_common.bmx 6ac0e702be Add struct-specific array creation and slicing. преди 8 месеца
stringbuffer_core.bmx 6ac0e702be Add struct-specific array creation and slicing. преди 8 месеца
stringbuffer_glue.c 6ac0e702be Add struct-specific array creation and slicing. преди 8 месеца
stringbuffer_uni_conv.c d65d70134d Implemented module/ident caching. преди 9 години
toker.bmx 6ac0e702be Add struct-specific array creation and slicing. преди 8 месеца
transform.c 6ac0e702be Add struct-specific array creation and slicing. преди 8 месеца
translator.bmx f8721cf059 Fixed incorrect cast on calls to ObjectNew. преди 8 месеца
type.bmx 6ac0e702be Add struct-specific array creation and slicing. преди 8 месеца
version.bmx 71cec542b0 Add own copy of compatible zlib. преди 8 месеца
xxhash.h 6ac0e702be Add struct-specific array creation and slicing. преди 8 месеца

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.