prog8/compiler/test
Irmen de Jong 4958463e75 moved floats.MIN/MAX to sys.MIN_FLOAT/MAX_FLOAT
added txt.print_f as alias to floats.print
2024-11-22 00:46:23 +01:00
..
arithmetic
ast moved floats.MIN/MAX to sys.MIN_FLOAT/MAX_FLOAT 2024-11-22 00:46:23 +01:00
codegeneration
comparisons
fixtures
helpers remove the 'addmissingrts' compiler option 2024-11-20 23:22:56 +01:00
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt remove the 'addmissingrts' compiler option 2024-11-20 23:22:56 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt remove the 'addmissingrts' compiler option 2024-11-20 23:22:56 +01:00
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt
TestMemory.kt
TestNumbers.kt implementing const long 2024-11-20 23:22:56 +01:00
TestNumericLiteral.kt
TestOptimization.kt
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt implementing const long 2024-11-20 23:22:56 +01:00
TestSymbolTable.kt
TestTypecasts.kt added bnk() builtin function 2024-11-20 23:23:21 +01:00
TestZeropage.kt