prog8/compiler/test/ast
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
..
TestAstChecks.kt Merge branch 'master' into next_compositetypes 2024-10-13 21:48:33 +02:00
TestAstToSourceText.kt added -dumpsymbols option to print a dump of all the variables and subroutine signatures 2024-04-09 19:19:13 +02:00
TestConst.kt making datatype more capable (subtypes) 2024-09-08 22:58:36 +02:00
TestIdentifierRef.kt removed postIncrDecr (still allow ++/-- to be parsed into +=1/-=1) 2024-02-06 18:50:08 +01:00
TestIntermediateAst.kt some ast2 var tweaks 2024-10-21 00:20:54 +02:00
TestProg8Parser.kt Merge branch 'master' into next_compositetypes 2024-10-02 23:49:45 +02:00
TestProgram.kt working on vm and new ast 2022-03-21 01:36:11 +01:00
TestSourceCode.kt Fix line endings conversion errors on windows builds 2024-06-04 00:12:12 +02:00
TestSubroutines.kt Merge branch 'master' into next_compositetypes 2024-10-19 22:45:39 +02:00
TestVariousCompilerAst.kt Merge branch 'master' into next_compositetypes 2024-10-23 00:29:38 +02:00