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-24 06:17:39 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
23474360ecc4f47894b463ac1e85546416f74b25
prog8
/
compiler
History
Irmen de Jong
23474360ec
fix ncompare calls
2025-03-07 23:56:13 +01:00
..
res
Add strings.ncompare (and backing strncmp_mem) to compare up to n characters of a string. (
#164
)
2025-03-07 23:53:56 +01:00
src
/prog8
better error if module name clash occurs caused by case-insensitive names
2025-03-07 21:35:35 +01:00
test
fix ncompare calls
2025-03-07 23:56:13 +01:00
build.gradle.kts
Separate simple Ast and Symboltable from codeCore into new simpleAst module. VirtualMachine and Intermediate do not need them, just codeCore.
2025-02-24 22:06:52 +01:00
compiler.iml
Separate simple Ast and Symboltable from codeCore into new simpleAst module. VirtualMachine and Intermediate do not need them, just codeCore.
2025-02-24 22:06:52 +01:00