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-02-17 13:31:01 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
codeCore
/
src
/
prog8
/
code
History
Irmen de Jong
fc03d6f332
changed -sourcelines option to -nosourcelines (default is now to include them)
2025-02-12 21:27:46 +01:00
..
ast
added %jmptable
2025-02-09 15:02:59 +01:00
core
finalize extracting neo and atari compiler targets into configuration files instead
2025-02-12 14:01:04 +01:00
optimize
optimize word+byte*2 expression to word+byte+byte (more efficient in 6502 codegen)
2025-01-24 21:30:02 +01:00
source
fix indication for when imported modules are library modules or not.
2025-01-26 21:19:29 +01:00
target
changed -sourcelines option to -nosourcelines (default is now to include them)
2025-02-12 21:27:46 +01:00
Either.kt
ir: moving to labeled chunks, no more IRLabel nodes
2022-10-07 00:34:56 +02:00
SymbolTable.kt
working on codegen for multi-value returns
2025-01-07 20:35:49 +01:00
SymbolTableMaker.kt
merge IMachineDefinition into ICompilationTarget
2025-01-13 21:45:38 +01:00