savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
156 stars 12 forks source link

Add support for `relative:../path/to/dep` dependencies. #278

Closed jemc closed 2 years ago

jemc commented 2 years ago

This is primarily expected to be used for libraries that have an integration test or example to be used with the current version of the library in a nearby source directory of the same project's source tree.

It could also be used in complex applications that are divided into many in-source-tree libraries.