prog8/compiler/test/ast
2024-10-30 01:15:56 +01: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 some ast2 var tweaks 2024-10-21 00:20:54 +02:00
TestProg8Parser.kt improved parsing of "not in" operator, and [] array signature (allow space) 2024-10-02 19:06:20 +02:00
TestProgram.kt merge now also allows monkeypatching if signature is 100% identical 2024-10-30 01:15:56 +01:00
TestSourceCode.kt Fix line endings conversion errors on windows builds 2024-06-04 00:12:12 +02:00
TestSubroutines.kt omit more redundant 0-initializations ("stz's") 2024-10-17 22:51:39 +02:00
TestVariousCompilerAst.kt fix chained aliasing 2024-10-28 18:35:23 +01:00