prog8/compiler/test
2022-01-10 02:25:02 +01:00
..
arithmetic
ast
codegeneration Assignment: make its origin explicit 2022-01-10 02:25:02 +01:00
comparisons
fixtures
helpers
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt
TestCompilerOnImportsAndIncludes.kt VarDecl: make its origin explicit 2022-01-10 01:53:03 +01:00
TestCompilerOnRanges.kt code size optimization: don't copy floats with inlined copy code but use copy_float routine 2022-01-09 16:18:13 +01:00
TestCompilerOptionLibdirs.kt
TestImportedModulesOrderAndOptions.kt
TestMemory.kt Assignment: make its origin explicit 2022-01-10 02:25:02 +01:00
TestNumbers.kt
TestNumericLiteralValue.kt pipes also as expressions, cleanup codegen, fix various typecasting issues 2022-01-08 13:45:19 +01:00
TestOptimization.kt don't remove dead variable assignments if they are a function call 2022-01-09 18:41:01 +01:00
TestPetscii.kt
TestPipes.kt pipes also as expressions, cleanup codegen, fix various typecasting issues 2022-01-08 13:45:19 +01:00
TestScoping.kt
TestSubroutines.kt pipes also as expressions, cleanup codegen, fix various typecasting issues 2022-01-08 13:45:19 +01:00
TestTypecasts.kt fix more typecasting issues 2022-01-08 17:04:25 +01:00
ZeropageTests.kt