prog8/il65
2018-02-07 23:29:56 +01:00
..
emit codegen 2018-02-04 22:47:50 +01:00
lib codegen 2018-02-04 22:47:50 +01:00
oldstuff codegen 2018-02-04 22:47:50 +01:00
__init__.py renames 2018-01-07 23:48:31 +01:00
__main__.py optimize, tests, refactor 2018-01-09 00:05:55 +01:00
compile.py constant folding is now also done in regular compiler not only when optimizing (it's too valuable to skip) 2018-02-07 23:29:56 +01:00
datatypes.py more optimizations 2018-01-29 21:36:01 +01:00
expressions.py constant folding is now also done in regular compiler not only when optimizing (it's too valuable to skip) 2018-02-07 23:29:56 +01:00
main.py stuff 2018-02-02 22:42:09 +01:00
optimize.py constant folding is now also done in regular compiler not only when optimizing (it's too valuable to skip) 2018-02-07 23:29:56 +01:00
plylex.py much improved constant folding by actually evaluating const expressions 2018-02-07 23:01:47 +01:00
plyparse.py constant folding is now also done in regular compiler not only when optimizing (it's too valuable to skip) 2018-02-07 23:29:56 +01:00