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
/
codeCore
/
src
/
prog8
/
code
History
Irmen de Jong
9c1b11d605
some WARN messages are now INFO
2023-12-28 14:20:47 +01:00
..
ast
added %option ignore_unused to suppress warnings about unused vars and subs in that module/block.
2023-12-26 23:37:59 +01:00
core
some WARN messages are now INFO
2023-12-28 14:20:47 +01:00
target
added -varsgolden to put BSS into Golden Ram at $0400
2023-12-23 20:11:50 +01:00
Either.kt
ir: moving to labeled chunks, no more IRLabel nodes
2022-10-07 00:34:56 +02:00
SymbolTable.kt
fix alignment of uninitialized arrays in aligned blocks (make them initialized with zeros so they don't end up in the BSS section)
2023-10-04 00:12:36 +02:00
SymbolTableMaker.kt
make isArray a computed property by simply checking the datatype
2023-12-26 19:58:08 +01:00