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-01-16 00:31:26 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
test
/
ast
History
Irmen de Jong
4c843571ea
fix syntax error check for missing return statement
2024-09-26 01:52:33 +02:00
..
TestAstChecks.kt
fix name redefinition check for multi-declarations
2024-09-20 19:55:32 +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
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
remove requirement to end subroutine with an EOL, so oneliners are now possible
2024-09-01 20:55:43 +02:00
TestProgram.kt
…
TestSourceCode.kt
Fix line endings conversion errors on windows builds
2024-06-04 00:12:12 +02:00
TestSubroutines.kt
support assigning multiple return flags from asmsub in 6502 codegen
2024-09-09 22:56:40 +02:00
TestVariousCompilerAst.kt
fix syntax error check for missing return statement
2024-09-26 01:52:33 +02:00