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-20 18:29:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
src
/
prog8
History
Irmen de Jong
b740b079db
simplified mapping of builtin functions to just a jsr
2019-08-01 21:03:21 +02:00
..
ast
more for loops, words
2019-08-01 00:35:25 +02:00
compiler
simplified mapping of builtin functions to just a jsr
2019-08-01 21:03:21 +02:00
functions
using sealed class instead of interface
2019-07-17 02:35:26 +02:00
optimizer
improved deduction of array datatypes
2019-07-30 23:35:25 +02:00
parser
optimize imports
2019-07-17 02:11:16 +02:00
vm
fix infinte loop in constantfolding of when choices
2019-07-29 22:06:59 +02:00
CompilerMain.kt
got rid of bytecode based compiler and vm
2019-07-23 20:44:11 +02:00