prog8/compilerAst/test
2021-11-21 00:55:56 +01:00
..
fixtures added a few more tests for the file element of Position 2021-10-19 00:26:02 +02:00
helpers replaced many short/int values by unsigned types if appropriate 2021-11-21 00:55:56 +01:00
helpers_pathsTests.kt moved to kotest assertions in compilerAst module tests 2021-11-07 21:18:18 +01:00
ProjectConfig.kt migrated compilerAst module to KoTest (but not finished with the assertions yet) 2021-11-07 17:25:53 +01:00
TestAstToSourceText.kt converting compiler module's testcases to kotest (ongoing) 2021-11-08 15:08:48 +01:00
TestProg8Parser.kt r=(q+r)-c and r=q+(r-c) are now both also 'augmentable', and BinExprSplitter doesn't check for associativeOperator anymore 2021-11-20 02:03:32 +01:00
TestProgram.kt migrated compilerAst module to KoTest (but not finished with the assertions yet) 2021-11-07 17:25:53 +01:00
TestSourceCode.kt moved to kotest assertions in compilerAst module tests 2021-11-07 21:18:18 +01:00
TestSubroutines.kt moved to kotest assertions in compilerAst module tests 2021-11-07 21:18:18 +01:00