Add ./deps
as a relative root by default
#177
Labels
good first issue
An issue that doesn't require deep knowledge of the compiler to fix or implement
language feature
A feature proposal for something added to the core language (not the standard library)
Part of packages: https://antelang.org/docs/language/#packages
Currently the compiler has a concept of "relative_roots", which contains the directories to search in to find different packages. We should include a local "deps" folder by default. It can be added regardless of whether or not it is actually present.
The text was updated successfully, but these errors were encountered: