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-08-15 14:27:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
588133d41864c27b8d1a3200ad936fc0ea6abd99
prog8
/
compiler
/
src
/
prog8
History
Irmen de Jong
2f1249489b
datatype cleanups
2019-02-25 01:22:56 +01:00
..
ast
datatype cleanups
2019-02-25 01:22:56 +01:00
compiler
datatype cleanups
2019-02-25 01:22:56 +01:00
functions
datatype cleanups
2019-02-25 01:22:56 +01:00
optimizing
avoid zp corruption issues and added zp mode for floating point (todo: allocate)
2019-02-03 00:26:07 +01:00
parser
improved tracking of module file locations, fixed relative importing of submodules from same directory as source module
2019-02-12 21:44:56 +01:00
stackvm
datatype cleanups
2019-02-25 01:22:56 +01:00
CompilerMain.kt
fixed a compiler ast crash and added -noopt command line flag
2019-02-24 16:56:38 +01:00
StackVmMain.kt
fix compiler crash, rasterbars alignment, docs.
2019-01-25 01:35:46 +01:00