prog8/compiler
2020-12-27 01:02:36 +01:00
..
lib warning about unreachable code after a return statement 2020-03-14 13:12:01 +01:00
res fixed callgraph issue that allocated ALL variables in a (library) module even though some clearly weren't used at all. Variables declared in block level scope in a library are still all allocated / defined due to the nature of a library module with lists of definitions 2020-12-27 01:02:36 +01:00
src/prog8 fixed callgraph issue that allocated ALL variables in a (library) module even though some clearly weren't used at all. Variables declared in block level scope in a library are still all allocated / defined due to the nature of a library module with lists of definitions 2020-12-27 01:02:36 +01:00
test added 'inline' keyword to force inlining of trivial subroutines 2020-12-26 05:34:14 +01:00
build.gradle adding CommanderX16 virtual registers language support, rewrite cx16 examples 2020-12-21 20:38:00 +01:00
compiler.iml upgrade to Antlr 4.9 2020-12-21 19:19:04 +01:00