prog8/compiler
Irmen de Jong 1dde49d644 Merge branch 'master' into pointerto
# Conflicts:
#	compiler/res/prog8lib/c64flt.p8
#	compiler/src/prog8/stackvm/StackVm.kt
2019-04-08 00:19:18 +02:00
..
lib
res repaired min(f) max(f) fixes #13 2019-04-07 23:19:31 +02:00
src/prog8 Merge branch 'master' into pointerto 2019-04-08 00:19:18 +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