prog8/compiler/test/ast
Irmen de Jong 2da35fec17 remove requirement to end subroutine with an EOL, so oneliners are now possible
main { sub start() { cx16.r0++ cx16.r1++ } }
2024-09-01 20:55:43 +02:00
..
TestAstChecks.kt
TestAstToSourceText.kt
TestConst.kt updated unit tests and some basic changes for them 2024-03-02 23:19:20 +01:00
TestIdentifierRef.kt
TestIntermediateAst.kt
TestProg8Parser.kt remove requirement to end subroutine with an EOL, so oneliners are now possible 2024-09-01 20:55:43 +02:00
TestProgram.kt
TestSourceCode.kt
TestSubroutines.kt
TestVariousCompilerAst.kt tweaks 2024-07-22 18:20:01 +02:00