usability improvements to env and def
* env prints variables and functions in seperate columns * run/stl seperation of concerns significantly better * def doesnt store lists or lambdas in the environment
This commit is contained in:
parent
825854fd42
commit
6969ea63bc
7 changed files with 309 additions and 131 deletions
|
|
@ -16,3 +16,5 @@ nix = "0.26.2"
|
|||
# string escaping in the lexer
|
||||
phf = { version = "0.11", default-features = false, features = ["macros"] }
|
||||
libc = "0.2.144"
|
||||
# used by main shell to update consol dimensions
|
||||
termion = "2.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue