prog8/compiler/test/ast
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
..
TestAstToSourceText.kt cleanup 2022-05-22 23:11:22 +02:00
TestIdentifierRef.kt cleanup 2022-05-22 23:11:22 +02:00
TestIntermediateAst.kt Pipe expression "|>" removed from the language 2022-06-12 18:41:42 +02:00
TestProg8Parser.kt logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens) 2022-07-02 00:38:17 +02:00
TestProgram.kt working on vm and new ast 2022-03-21 01:36:11 +01:00
TestSourceCode.kt update kotest 2022-06-26 18:51:03 +02:00
TestSubroutines.kt cleanup 2022-05-22 23:11:22 +02:00
TestVarious.kt cleanup 2022-05-22 23:11:22 +02:00