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
2026-03-13 20:16:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
709ced1bca4962f2b131ef06fdd2b730be871fdf
prog8
/
compiler
/
test
/
codegeneration
History
Irmen de Jong
88b48f58c9
fix string init error about string multiplication.
fixes
#209
2026-01-30 17:36:48 +01:00
..
TestArrayThings.kt
String indexing bound check now includes the terminating 0 character. Also fix negative indexes on strings.
2025-11-07 23:20:44 +01:00
TestAsmGenSymbols.kt
remove needless library module imports in unit tests
2025-10-05 13:10:02 +02:00
TestLibrary.kt
remove needless library module imports in unit tests
2025-10-05 13:10:02 +02:00
TestVariables.kt
fix string init error about string multiplication.
fixes
#209
2026-01-30 17:36:48 +01:00
TestVariousCodeGen.kt
breaking change: renamed R0R1_32 etc combined register parameters to just R0R1, R2R3, etc etc (_32 suffix is removed to make it more consistent with the other existing register names)
2026-01-07 21:56:16 +01:00