prog8/compilerAst/test
2021-10-29 02:42:10 +02:00
..
ast remove unneeded check for duplicate module names as this is now caught by the logic in Program.addModule itself 2021-10-19 22:12:54 +02:00
fixtures added a few more tests for the file element of Position 2021-10-19 00:26:02 +02:00
helpers split out the code optimizers into own project submodule 2021-10-29 02:42:10 +02:00
helpers_pathsTests.kt fix unittest and use kotlin.test method to test for exceptions 2021-10-11 21:22:06 +02:00
TestAstToSourceText.kt better name 2021-10-29 01:06:01 +02:00
TestProg8Parser.kt fix nested label lookups in anon scopes (partly) 2021-10-27 02:41:24 +02:00
TestSourceCode.kt refactor loadAsmIncludeFile response 2021-10-29 01:01:24 +02:00
TestSubroutines.kt add unit tests for AnonScope refactoring, cleaned up imports 2021-10-27 00:05:46 +02:00