prog8/compilerAst/test
Irmen de Jong 4937e004b5 fix compiler crash where it used wrong datatype in split assignment
fixes crash for "ubyte bb ;; uword ww ;; bb = not bb or not ww"
2021-11-09 01:13:23 +01:00
..
fixtures added a few more tests for the file element of Position 2021-10-19 00:26:02 +02:00
helpers converting compiler module's testcases to kotest (ongoing) 2021-11-08 15:08:48 +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 fix compiler crash where it used wrong datatype in split assignment 2021-11-09 01:13:23 +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