prog8/compiler/test/ast
Irmen de Jong ddb8346711 added txt.cls() as a shorter alternative to clear_screen().
cx16: added new character encodings, and routines in textio to enable the character sets for them.
cx16: added txt.chrout_lit() and txt.print_lit() to always print the literal characters and never as control codes
2024-04-07 19:32:44 +02:00
..
TestAstChecks.kt updated unit tests and some basic changes for them 2024-03-02 23:19:20 +01:00
TestAstToSourceText.kt cleanup 2022-05-22 23:11:22 +02:00
TestConst.kt updated unit tests and some basic changes for them 2024-03-02 23:19:20 +01:00
TestIdentifierRef.kt removed postIncrDecr (still allow ++/-- to be parsed into +=1/-=1) 2024-02-06 18:50:08 +01:00
TestIntermediateAst.kt updated unit tests and some basic changes for them 2024-03-02 23:19:20 +01:00
TestProg8Parser.kt added txt.cls() as a shorter alternative to clear_screen(). 2024-04-07 19:32:44 +02:00
TestProgram.kt working on vm and new ast 2022-03-21 01:36:11 +01:00
TestSourceCode.kt avoid git's line ending translation for this test... 2024-02-03 14:57:25 +01:00
TestSubroutines.kt allow 'void' as dummy assign target in multi-assignment statements 2024-03-31 23:43:26 +02:00
TestVariousCompilerAst.kt updated unit tests and some basic changes for them 2024-03-02 23:19:20 +01:00