prog8/compiler
2021-08-02 08:15:20 +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 * restrict access to Program.modules, add tests 2021-08-02 08:15:20 +02:00
test * restrict access to Program.modules, add tests 2021-08-02 08:15:20 +02:00
build.gradle * solve problem re shared test helpers: a) don't use the same file name (results in same JVM class name) & b) tell gradle about it (put them in extra dir(s) test/helpers/ and add this to test source set) 2021-07-30 17:19:44 +02:00
compiler.iml