danilopedraza / komodo

The Komodo programming language code repository
https://komodo-lang.org/
GNU General Public License v3.0
7 stars 0 forks source link

Semantics of `import` statements #73

Open danilopedraza opened 1 month ago

danilopedraza commented 1 month ago

Now it's time to get serious with the module system. I think of this model:

danilopedraza commented 1 month ago

I already mentioned importing modules from URIs in #66.