prog8/compiler
meisl db76c8d7f4 -/* remove IStringEncoding as param in compilerAst, and all other uses that were only because of that.
For good measure we also turn on *all* compiler tests with examples (they do take some time).
Note that the total *mentions* of IStringEncoding in the entire project went down from ~50 to 6, only 3 of which are *actual uses* (the others are 2 imports and 1 supertype ref in ICompilationTarget : IStringEncoding)!
2021-07-17 22:08:17 +02:00
..
lib
res improve testability: use error returnvalues instead of using exitProcess() 2021-07-02 00:11:21 +02:00
src/prog8 -/* remove IStringEncoding as param in compilerAst, and all other uses that were only because of that. 2021-07-17 22:08:17 +02:00
test -/* remove IStringEncoding as param in compilerAst, and all other uses that were only because of that. 2021-07-17 22:08:17 +02:00
build.gradle
compiler.iml