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 il y a 2 mois
.github 2e36dd9ee7 Create FUNDING.yml il y a 5 ans
tests 9e97df35b3 Added missing framework il y a 6 ans
zlib 71cec542b0 Add own copy of compatible zlib. il y a 8 mois
.gitignore 4293d4fb8d Modified ignores, added test il y a 11 ans
AUTHORS.md 08f1993b12 Added support for multi-dimensional arrays. il y a 11 ans
COPYING.md 860140fdcd Year bump il y a 6 ans
ISSUE_TEMPLATE.md 3b2bb539f5 add issue template il y a 6 ans
README.md 7193b0a4f9 Improved String reference handling. Now removes/adds references during semantic checking of const/evaluated expressions. il y a 11 ans
TODO.md 76a63e4255 Update TODO.md il y a 8 ans
base.configmap.bmx c628c2bfaa Updated copyright year. il y a 8 ans
base.stringhelper.bmx f71e86a4a6 Date bump. il y a 4 ans
base64.bmx 8887f74abf Changed to not shl 24. Resolves #619. il y a 2 ans
bcc.bmx 6ac0e702be Add struct-specific array creation and slicing. il y a 8 mois
bcc.conf.default 75cd3f7441 Added more detailed usage notes. il y a 10 ans
config.bmx 71cec542b0 Add own copy of compatible zlib. il y a 8 mois
ctranslator.bmx 6281ec166c Ensure global function pointer init is cast. il y a 5 mois
decl.bmx 46f96f3506 Fixes an issue handling negative enum. il y a 3 mois
enums.c 656aa73c98 Updates for debugger. il y a 6 ans
expr.bmx 10273c432e Validate array index count il y a 2 mois
hash.c b46a614fec Compiler warning fixes. il y a 4 ans
iparser.bmx 6ac0e702be Add struct-specific array creation and slicing. il y a 8 mois
math.c b1013fda29 Added longint and ulongint types. il y a 2 ans
options.bmx 6ac0e702be Add struct-specific array creation and slicing. il y a 8 mois
parser.bmx 093bbe9a4c Added more casts for code generation. il y a 5 mois
stmt.bmx 6ac0e702be Add struct-specific array creation and slicing. il y a 8 mois
stringbuffer_common.bmx 6ac0e702be Add struct-specific array creation and slicing. il y a 8 mois
stringbuffer_core.bmx 6ac0e702be Add struct-specific array creation and slicing. il y a 8 mois
stringbuffer_glue.c 6ac0e702be Add struct-specific array creation and slicing. il y a 8 mois
stringbuffer_uni_conv.c d65d70134d Implemented module/ident caching. il y a 9 ans
toker.bmx 6ac0e702be Add struct-specific array creation and slicing. il y a 8 mois
transform.c 6ac0e702be Add struct-specific array creation and slicing. il y a 8 mois
translator.bmx f8721cf059 Fixed incorrect cast on calls to ObjectNew. il y a 8 mois
type.bmx 6ac0e702be Add struct-specific array creation and slicing. il y a 8 mois
version.bmx 71cec542b0 Add own copy of compatible zlib. il y a 8 mois
xxhash.h 6ac0e702be Add struct-specific array creation and slicing. il y a 8 mois

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.