prog8/compiler/test
Irmen de Jong 5cb8998fd3 Merge branch 'master' into next_compositetypes
# Conflicts:
#	compiler/src/prog8/compiler/astprocessing/BeforeAsmAstChanger.kt
#	compiler/src/prog8/compiler/astprocessing/StatementReorderer.kt
#	compiler/test/TestMemory.kt
#	compiler/test/codegeneration/TestAsmGenSymbols.kt
#	compilerAst/src/prog8/ast/Program.kt
2024-11-08 22:23:24 +01:00
..
arithmetic compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
ast Merge branch 'master' into next_compositetypes 2024-11-08 19:06:44 +01:00
codegeneration Merge branch 'master' into next_compositetypes 2024-11-08 22:23:24 +01:00
comparisons compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
fixtures romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
helpers Merge branch 'master' into next_compositetypes 2024-10-27 13:52:17 +01:00
vm Get rid of any() and all() builtin functions. 2024-07-06 18:49:03 +02:00
helpers_pathsTests.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
ModuleImporterTests.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
ProjectConfig.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestBuiltinFunctions.kt making datatype more capable (subtypes) 2024-09-08 22:58:36 +02:00
TestCallgraph.kt move the program startup and cleanup machinery to the front of the program to keep it in system ram 2024-11-05 22:12:25 +01:00
TestCompilerOnCharLit.kt Merge branch 'master' into next_compositetypes 2024-11-08 19:06:44 +01:00
TestCompilerOnExamples.kt added c64.banks() and c64.getbanks() and c64 banking example 2024-11-04 20:14:30 +01:00
TestCompilerOnImportsAndIncludes.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestCompilerOnRanges.kt rename back to DataType 2024-09-08 22:59:08 +02:00
TestCompilerOptionLibdirs.kt no longer silently add RTS to asmsubs that don't have one 2024-10-27 13:49:00 +01:00
TestGoldenRam.kt Merge branch 'master' into next_compositetypes 2024-11-02 04:57:28 +01:00
TestImportedModulesOrderAndOptions.kt fix double %option merge problem where it deleted all of the blocks 2024-11-03 13:36:14 +01:00
TestLaunchEmu.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestMemory.kt Merge branch 'master' into next_compositetypes 2024-11-08 22:23:24 +01:00
TestNumbers.kt making datatype more capable (subtypes) 2024-09-08 22:57:49 +02:00
TestNumericLiteral.kt Merge branch 'master' into next_compositetypes 2024-10-09 23:33:42 +02:00
TestOptimization.kt Merge branch 'master' into next_compositetypes 2024-11-08 19:06:44 +01:00
TestPtNumber.kt rename back to DataType 2024-09-08 22:59:08 +02:00
TestScoping.kt move the program startup and cleanup machinery to the front of the program to keep it in system ram 2024-11-05 22:12:25 +01:00
TestStringEncodings.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestSubroutines.kt Merge branch 'master' into next_compositetypes 2024-11-06 01:43:57 +01:00
TestSymbolTable.kt merge master 2024-10-26 22:01:56 +02:00
TestTypecasts.kt Merge branch 'master' into next_compositetypes 2024-10-09 23:33:42 +02:00
TestZeropage.kt Merge branch 'master' into next_compositetypes 2024-11-02 04:57:28 +01:00