prog8/codeAst
Irmen de Jong 965340ff90 logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens)
this also fixed some invalid outcomes of logical expressions!
2022-07-02 00:38:17 +02:00
..
src/prog8/code logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens) 2022-07-02 00:38:17 +02:00
build.gradle reducing dependencies 2022-03-10 23:46:43 +01:00
codeAst.iml added start of virtual machine compilation target 2022-03-19 00:57:35 +01:00