prog8/compilerAst
meisl 137a89da15 * fix (hack) .name, .source and .position of Modules from the parser (via temp. subclass ParsedModule)
The temporary subclass ParsedModule : Module is introduced to concentrate all the workaround stuff in one place *while still not changing any public signature* such as of the Module ctor.
The convention used to indicate stuff from resources is still "<res:...>" not "@embedded@"- *note that this is caught by 3 tests in compiler*
2021-07-09 15:52:03 +02:00
..
src/prog8
test
build.gradle updated gradle scripts (fixed warnings), updated some library dependencies 2021-06-13 18:10:07 +02:00
compilerAst.iml