Commit graph

15 commits

Author SHA1 Message Date
9b447eb5b7 rename relish to flesh 2024-02-06 22:39:08 +00:00
c05b94e92a fall back on shell command behaviour for undefined variables
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-10-12 20:50:27 -07:00
906cb16355 POSIX conditional compilation:
* All features related to POSIX environments (env vars, shell stuff) gated by feature flags
* Dependencies optional per feature flags
* new CI target for non-POSIX build
* new CI target for release binary artifact

Signed-off-by: Ava Hahn [ava@sunnypup.io](mailto:ava@sunnypup.io)
2023-05-26 06:41:18 +00:00
6969ea63bc 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
2023-05-21 23:53:00 +00:00
c127118465 fully interactive shell
* Background task implementation
* Foreground an existing task implementation
* Documentation for both
* Refactors to signal handling, process pre-exec
2023-05-18 06:53:23 +00:00
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