WIP commit:
* Fix up project structures * combine vars and funcs table * make a place for old code that may be useful to reference * singleton pattern for sym table Commentary: When this change is finally finished I promise to use feature branches from here on out
This commit is contained in:
parent
b680e3ca9a
commit
ca4c557d95
32 changed files with 1092 additions and 616 deletions
|
|
@ -8,4 +8,5 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
dirs = "3.0"
|
||||
rustyline = "8.2.0"
|
||||
lazy_static = "1.4.0"
|
||||
rustyline = "8.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue