Commit graph

10 commits

Author SHA1 Message Date
5afc2cc4a1
a few changes enclosed:
* documented deps
* mild string escaping
* corrected a misbehavior in sym
2023-04-19 21:03:26 -07:00
d11545bc31
implement load-to-string, revert odd Cargo.toml mistake 2023-03-30 20:47:22 -07:00
dcbc855783
fixed permissions issue in load-with 2023-03-30 20:02:45 -07:00
99cb9e5a2e
elementary shell behavior: can kick off a foreground process and
handle signals
2023-03-24 18:14:33 -07:00
67af8bbd47
multiline shell, yay! 2023-03-15 21:55:10 -07:00
Ava Hahn
6961fcc9fa
add string split method 2023-03-08 19:42:08 -08:00
Ava Hahn
a1e19a19d9
simplify eval, add member function to symtable to call a symbol 2023-02-23 23:01:47 -08:00
Ava Hahn
ca4c557d95
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
2023-02-15 23:30:44 -08:00
Aidan Hahn
f985ecef3d
add missing deps in Cargo 2021-09-19 15:02:24 -07:00
Aidan
e4f2fbaa70
- syntax tree datatypes
- prototype lex function
- a lex unit test
- gitignore
- library structure
- license
2021-01-24 12:34:58 -08:00