magic-lang / rock

ooc compiler written in ooc
http://ooc-lang.org/
MIT License
14 stars 4 forks source link

Fixed source path issue when compiling obfucated code #80

Closed thomasfanell closed 7 years ago

thomasfanell commented 7 years ago

Fixed source path issue when compiling obfuscated code using certain drivers. The fix in this PR correctly recomputes the module name while retaining the internal path structure. @fredrikbryntesson ready for merge