tony-lang / tony

The Tony programming language
https://tony-lang.github.io/
MIT License
5 stars 1 forks source link

Import prelude #573

Open jonhue opened 3 years ago

jonhue commented 3 years ago

Concrete steps:

  1. analyze prelude
  2. check if imports include import from prelude
    • if yes, do nothing
    • if not and automatic importing is enabled, add import of prelude of all exported members of prelude
jonhue commented 3 years ago

depends on #575