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
f40b7b62bbfd65c6804ba97dbc5dd8fe8ba93a3f
prog8
/
codeCore
/
src
/
prog8
/
code
History
Irmen de Jong
f40b7b62bb
updated unit tests and some basic changes for them
2024-03-02 23:19:20 +01:00
..
ast
libraries: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool
2024-03-02 23:19:20 +01:00
core
updated unit tests and some basic changes for them
2024-03-02 23:19:20 +01:00
optimize
optimize postincrdecr on memory a bit
2024-02-03 22:33:27 +01:00
target
added string.strip() and string.trim() and l/r variants.
2024-02-07 02:09:08 +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