prog8/compiler/test
Irmen de Jong 47c1bba41d Merge branch 'master' into next_compositetypes
# Conflicts:
#	codeGenCpu6502/src/prog8/codegen/cpu6502/assignment/AssignmentAsmGen.kt
#	compiler/src/prog8/compiler/astprocessing/IntermediateAstPostprocess.kt
#	compiler/test/ast/TestVariousCompilerAst.kt
2024-10-23 00:29:38 +02:00
..
arithmetic compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
ast Merge branch 'master' into next_compositetypes 2024-10-23 00:29:38 +02:00
codegeneration Merge branch 'master' into next_compositetypes 2024-10-19 22:45:39 +02:00
comparisons compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
fixtures
helpers rename back to DataType 2024-09-08 22:59:08 +02: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 improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestCompilerOnCharLit.kt Merge branch 'master' into next_compositetypes 2024-10-19 22:45:39 +02:00
TestCompilerOnExamples.kt added examples/cx16/balloonflight.p8 2024-10-13 00:51:07 +02: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 improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestGoldenRam.kt rename back to DataType 2024-09-08 22:59:08 +02:00
TestImportedModulesOrderAndOptions.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestLaunchEmu.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestMemory.kt rename back to DataType 2024-09-08 22:59:08 +02: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-10-19 22:45:39 +02:00
TestPtNumber.kt rename back to DataType 2024-09-08 22:59:08 +02:00
TestScoping.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02: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-10-12 13:40:39 +02:00
TestSymbolTable.kt Merge branch 'master' into next_compositetypes 2024-10-16 22:40:45 +02:00
TestTypecasts.kt Merge branch 'master' into next_compositetypes 2024-10-09 23:33:42 +02:00
TestZeropage.kt rename back to DataType 2024-09-08 22:59:08 +02:00