prog8/compiler
2019-04-05 13:14:19 +02:00
..
lib renamed project to Prog8 2018-09-15 16:21:05 +02:00
res fix float constants prefix mistakes, removed broken max_f/min_f (fix pending), tweaked sum_f 2019-04-04 23:39:28 +02:00
src/prog8 no more duplicate auto heap vars, attempt at automatic insertion of & expression for subroutine params 2019-04-05 13:14:19 +02:00
test actually, get rid of integer pow() because a naive multiplication loop approach is way too slow 2019-03-31 18:05:41 +02:00
build.gradle grade: also include parser in fatJar to make it complete, and exclude the huge ic4j library that isn't used 2019-03-02 22:41:21 +01:00
compiler.iml project folder restructure 2019-01-09 23:57:27 +01:00