prog8/compiler
2021-07-10 21:41:51 +02:00
..
lib
res improve testability: use error returnvalues instead of using exitProcess() 2021-07-02 00:11:21 +02:00
src/prog8 * no more scattering magic "@embedded@" all over the place: add SourceCode.isFromResources, *change Module.source from type Path to type SourceCode* 2021-07-09 17:32:33 +02:00
test + test examples for both platforms, cx16 and c64; test two more: tehtriz and textelite (the largest ones, 20KB / 36KB) 2021-07-10 21:41:51 +02:00
build.gradle
compiler.iml