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-13 18:31:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
test
/
ast
History
Irmen de Jong
c9a4235669
update to kotlin 2.0, fix several code style issues
2024-06-04 01:00:46 +02:00
..
TestAstChecks.kt
updated unit tests and some basic changes for them
2024-03-02 23:19:20 +01: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
updated unit tests and some basic changes for them
2024-03-02 23:19:20 +01:00
TestIdentifierRef.kt
…
TestIntermediateAst.kt
updated unit tests and some basic changes for them
2024-03-02 23:19:20 +01:00
TestProg8Parser.kt
update to kotlin 2.0, fix several code style issues
2024-06-04 01:00:46 +02:00
TestProgram.kt
…
TestSourceCode.kt
Fix line endings conversion errors on windows builds
2024-06-04 00:12:12 +02:00
TestSubroutines.kt
allow 'void' as dummy assign target in multi-assignment statements
2024-03-31 23:43:26 +02:00
TestVariousCompilerAst.kt
void syntax check,
fixes
#135
2024-05-18 17:15:31 +02:00