prog8/compilerAst
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 logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens) 2022-07-02 00:38:17 +02:00
build.gradle bump library versions 2022-06-09 22:44:17 +02:00
compilerAst.iml reducing dependencies 2022-03-10 23:46:43 +01:00
readme-tests.txt moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00