issues
search
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
add option to disable automatic importing
detect when there is a custom import
Concrete steps:
analyze prelude
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
Concrete steps: