prog8/compiler
2022-05-08 13:21:34 +02:00
..
res fix crash when optimizing pipe expression too aggressively 2022-05-07 17:29:36 +02:00
src/prog8 automatically convert multi-compare expression (if X==1 or X==2..) to contaiment check if X in [1,2,..] 2022-05-08 13:21:34 +02:00
test automatically convert multi-compare expression (if X==1 or X==2..) to contaiment check if X in [1,2,..] 2022-05-08 13:21:34 +02:00
build.gradle upgrade antlr to 4.10.1 2022-04-24 23:29:15 +02:00
compiler.iml added start of virtual machine compilation target 2022-03-19 00:57:35 +01:00