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-11-23 14:17:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
prog8
/
compiler
/
test
/
codegeneration
History
Irmen de Jong
833e463525
String indexing bound check now includes the terminating 0 character. Also fix negative indexes on strings.
...
fixes
#190
2025-11-07 23:20:44 +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
Merge branch 'master' into structs
2025-07-26 12:43:13 +02:00
TestVariousCodeGen.kt
added symboltable into CompilationResult because it might be useful to inspect in tests
2025-10-07 00:26:43 +02:00