prog8/compiler/test
Irmen de Jong a737547fe9 Merge branch 'master' into next_compositetypes
# Conflicts:
#	codeCore/src/prog8/code/ast/AstExpressions.kt
#	codeCore/src/prog8/code/optimize/Optimizer.kt
#	codeGenCpu6502/src/prog8/codegen/cpu6502/ForLoopsAsmGen.kt
#	codeGenCpu6502/src/prog8/codegen/cpu6502/assignment/AssignmentAsmGen.kt
#	codeGenIntermediate/src/prog8/codegen/intermediate/ExpressionGen.kt
#	codeGenIntermediate/src/prog8/codegen/intermediate/IRCodeGen.kt
#	codeOptimizers/src/prog8/optimizer/StatementOptimizer.kt
#	compiler/src/prog8/compiler/astprocessing/LiteralsToAutoVars.kt
#	compiler/src/prog8/compiler/astprocessing/VariousCleanups.kt
#	docs/source/todo.rst
#	examples/test.p8
2024-09-12 23:32:23 +02:00
..
arithmetic
ast Merge branch 'master' into next_compositetypes 2024-09-12 23:32:23 +02:00
codegeneration Merge branch 'master' into next_compositetypes 2024-09-12 23:32:23 +02:00
comparisons
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 rename back to DataType 2024-09-08 22:59:08 +02:00
TestCompilerOnExamples.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +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 rename back to DataType 2024-09-08 22:59:08 +02:00
TestOptimization.kt Merge branch 'master' into next_compositetypes 2024-09-12 23:32:23 +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 rename back to DataType 2024-09-08 22:59:08 +02:00
TestSymbolTable.kt rename back to DataType 2024-09-08 22:59:08 +02:00
TestTypecasts.kt rename back to DataType 2024-09-08 22:59:08 +02:00
TestZeropage.kt rename back to DataType 2024-09-08 22:59:08 +02:00