wu-lang / wu

🐉 A practical game and data language
https://wu-lang.gitbook.io/guide/
MIT License
467 stars 17 forks source link

[compiler] Lua imports don't have relative path. #25

Closed nilq closed 3 years ago

nilq commented 4 years ago

When importing things in Wu, the output require in the Lua code should use the proper path relative to where the compiler is run.

nilq commented 3 years ago

Consider this fixed. Let's go.