mirror of
https://github.com/irmen/prog8.git
synced 2025-01-29 09:31:23 +00:00
137a89da15
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*