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-11 13:29:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
test
/
ast
History
Irmen de Jong
10de7dc1f9
fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects
2022-02-06 21:29:06 +01:00
..
TestAstToSourceText.kt
implement iso encoding and new string encoding syntax,
fixes
#38
2022-01-19 21:21:32 +01:00
TestIdentifierRef.kt
simplify IdentifierReference equality check back to default (name+pos)
2022-01-27 23:32:55 +01:00
TestProg8Parser.kt
fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects
2022-02-06 21:29:06 +01:00
TestProgram.kt
moved all unit tests into single project to avoid dependency issues
2021-12-04 18:20:22 +01:00
TestSourceCode.kt
simplify SourceCode: just read the full text immediately. Also optimized imports.
2022-02-05 03:50:54 +01:00
TestSubroutines.kt
moved all unit tests into single project to avoid dependency issues
2021-12-04 18:20:22 +01:00