prog8/compiler/test/ast
2024-11-23 12:15:15 +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 setting a byte >=128 or word >=32768 now results in an out-of-range error, instead of an invalid casted value 2024-11-22 21:24:04 +01:00
TestIdentifierRef.kt removed postIncrDecr (still allow ++/-- to be parsed into +=1/-=1) 2024-02-06 18:50:08 +01:00
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 fix import order problem related to %option merge 2024-11-23 12:15:15 +01:00
TestSourceCode.kt Fix line endings conversion errors on windows builds 2024-06-04 00:12:12 +02:00
TestSubroutines.kt Make extsub address a (constant) expression instead of a numeric literal 2024-11-20 23:23:26 +01:00
TestVariousCompilerAst.kt implementing const long 2024-11-20 23:22:56 +01:00