prog8/compiler/test/ast
2022-04-15 22:38:32 +02:00
..
TestAstToSourceText.kt working on vm and new ast 2022-03-21 01:36:11 +01:00
TestIdentifierRef.kt working on vm and new ast 2022-03-21 01:36:11 +01:00
TestIntermediateAst.kt moved all *integer* builtin trig functions (sin8u, cos8u etc) as regular asmsubs in math module 2022-04-13 00:27:35 +02:00
TestProg8Parser.kt added %option merge, also fixed problem with unit test building in newer IntelliJ version 2022-04-15 22:38:32 +02:00
TestProgram.kt working on vm and new ast 2022-03-21 01:36:11 +01:00
TestSourceCode.kt added %option merge, also fixed problem with unit test building in newer IntelliJ version 2022-04-15 22:38:32 +02:00
TestSubroutines.kt working on vm and new ast 2022-03-21 01:36:11 +01:00
TestVarious.kt make the parser report '&&' as an error instead of treating it as bitwise and followed by address-of. 2022-04-02 02:08:01 +02:00