prog8/compiler/test
Irmen de Jong c58b8a4973 fix ast to source: @shared wasn't printed
fix grammar: @shared and @zp can occur in any order now in vardecl
2022-01-13 02:29:55 +01:00
..
arithmetic
ast fix ast to source: @shared wasn't printed 2022-01-13 02:29:55 +01:00
codegeneration slightly optimized certain list iterations into sequences 2022-01-10 23:15:24 +01:00
comparisons
fixtures moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
helpers
helpers_pathsTests.kt
ModuleImporterTests.kt fix compiler crash when using floats in a comparison expression 2021-12-15 01:24:25 +01:00
ProjectConfig.kt
TestAstChecks.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt use var initializer assignments in a clearer way 2022-01-11 00:34:44 +01:00
TestCompilerOnExamples.kt slightly optimized certain list iterations into sequences 2022-01-10 23:15:24 +01:00
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 codegen package rename 2 2021-12-28 14:23:36 +01:00
TestNumericLiteralValue.kt pipes also as expressions, cleanup codegen, fix various typecasting issues 2022-01-08 13:45:19 +01:00
TestOptimization.kt use var initializer assignments in a clearer way 2022-01-11 00:34:44 +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