mateusfccp / pinto

The pint° programming language
https://mateusfccp.me/pinto
MIT License
5 stars 1 forks source link

Allow pint° code to import pint° files #4

Open mateusfccp opened 3 weeks ago

mateusfccp commented 3 weeks ago

Currently, the import mechanism allows one importing from the packages that were downloaded through pub get and dart packages (like dart:collection, dart:async etc.).

If we have #3, it would be interesting to allow pint° code to import other pint° code. If not, we won't ever be able to have 100% pint° programs, as we will have to compile them to Dart before.