variable export and entire config system

This commit is contained in:
Aidan Hahn 2021-11-07 22:04:57 -08:00
parent 0931fbdcf0
commit 307101327c
No known key found for this signature in database
GPG key ID: 327711E983899316
10 changed files with 184 additions and 21 deletions

View file

@ -16,6 +16,9 @@ Relish is a language meant to iterate on the ideas and designs that were tested
- Stdlib including string operations, arithmetic operations, and file operations
- TESTS TESTS TESTS
## Configuration
[See docs here](CONFIGURATION.md)
## Compilation
`$ cargo build`