prog8/compiler
2022-07-02 00:56:24 +02:00
..
res logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens) 2022-07-02 00:38:17 +02:00
src/prog8 fix problematic optimizations to logical expressions 2022-07-02 00:56:24 +02:00
test fix problematic optimizations to logical expressions 2022-07-02 00:56:24 +02:00
build.gradle update kotest 2022-06-26 18:51:03 +02:00
compiler.iml added start of virtual machine compilation target 2022-03-19 00:57:35 +01:00