prog8/compiler
2021-07-17 20:45:17 +02:00
..
lib updated gradle scripts (fixed warnings), updated some library dependencies 2021-06-13 18:10:07 +02:00
res improve testability: use error returnvalues instead of using exitProcess() 2021-07-02 00:11:21 +02:00
src/prog8 * refactor RangeExpr, step 1: remove IStringEncoding as ctor arg and instead put it as arg to the two methods that actually depend on it: toConstantIntegerRange and size (as *it* calls the former) 2021-07-17 20:45:17 +02:00
test * refactor RangeExpr, step 1: remove IStringEncoding as ctor arg and instead put it as arg to the two methods that actually depend on it: toConstantIntegerRange and size (as *it* calls the former) 2021-07-17 20:45:17 +02:00
build.gradle updated gradle scripts (fixed warnings), updated some library dependencies 2021-06-13 18:10:07 +02:00
compiler.iml added some simple unit tests to the ast parser 2021-06-13 14:59:57 +02:00