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
/
examples
/
test.p8
10 lines
116 B
Plaintext
Raw
Normal View
History
Unescape
Escape
identified asm symbol name scoping bugs
2021-06-01 22:21:50 +02:00
main {
refactoring symbol lookups
2021-10-27 23:48:02 +02:00
replace inferredType.istype() by infix form
2021-10-15 00:28:23 +02:00
sub start() {
move asmgen test to codeGeneration module
2021-10-29 16:20:53 +02:00
ubyte xx
for xx in "abcdef" to "zzz" {
xx++
}
refactoring symbol lookups
2021-10-27 23:48:02 +02:00
}
added compiler option to choose string literal deduplication yes/no -- default changed to NO
2021-05-13 00:35:22 +02:00
}
Reference in New Issue
Copy Permalink