This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2025-02-15 16:30:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
test
/
ast
History
Irmen de Jong
326eab3dd1
unit test for defer, describe defer and if expression in docs
2024-10-22 22:19:49 +02:00
..
TestAstChecks.kt
Remove array initialization by single value.
2024-10-13 04:31:56 +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
…
TestIdentifierRef.kt
…
TestIntermediateAst.kt
some ast2 var tweaks
2024-10-21 00:20:54 +02:00
TestProg8Parser.kt
improved parsing of "not in" operator, and [] array signature (allow space)
2024-10-02 19:06:20 +02:00
TestProgram.kt
…
TestSourceCode.kt
Fix line endings conversion errors on windows builds
2024-06-04 00:12:12 +02:00
TestSubroutines.kt
omit more redundant 0-initializations ("stz's")
2024-10-17 22:51:39 +02:00
TestVariousCompilerAst.kt
unit test for defer, describe defer and if expression in docs
2024-10-22 22:19:49 +02:00