jfecher / ante

A safe, easy systems language
http://antelang.org
MIT License
1.9k stars 80 forks source link

Add a command-line flag to configure the "relative_root" directories #178

Open jfecher opened 9 months ago

jfecher commented 9 months ago

Part of getting packages to work in Ante: https://antelang.org/docs/language/#packages

ModuleCache.relative_roots can be found here: https://github.com/jfecher/ante/blob/e38231ffa51b84a2ca53b4b0439d1ca5e0dea32a/src/cache/mod.rs#L47

We should have command-line flags for:

The "relative root" name is not final. Feel free to rename it if you have a good suggestion, especially if it is a more familiar term from an existing language or program.