prog8/compiler/test/ast
Irmen de Jong 7a0eaf3148 Remove array initialization by single value.
New compiler and kotlin version.
2024-10-13 04:31:56 +02:00
..
TestAstChecks.kt Remove array initialization by single value. 2024-10-13 04:31:56 +02:00
TestAstToSourceText.kt added -dumpsymbols option to print a dump of all the variables and subroutine signatures 2024-04-09 19:19:13 +02:00
TestConst.kt
TestIdentifierRef.kt
TestIntermediateAst.kt
TestProg8Parser.kt improved parsing of "not in" operator, and [] array signature (allow space) 2024-10-02 19:06:20 +02:00
TestProgram.kt
TestSourceCode.kt Fix line endings conversion errors on windows builds 2024-06-04 00:12:12 +02:00
TestSubroutines.kt better codegen for call() function 2024-09-29 23:18:51 +02:00
TestVariousCompilerAst.kt fix syntax error check for missing return statement 2024-09-26 01:52:33 +02:00