8cc0202a7b
Readme and clippy cleanups
2023-05-28 23:22:49 +00:00
3bbea6bea0
This MR finishes up all remaining Pre V1 goals
...
* add a posix exit() builtin
* improve separation of concerns regarding standard library structure
2023-05-25 23:08:44 +00:00
789349df48
Error Messaging Redesign
...
This commit contains the following:
* New data types to support full tracebacks
* New traceback data type used across stl and ast
* Updates to tests
* fixes for error messaging in sym and some stl functions
2023-05-23 22:06:11 +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
d7864ee628
load-to-string pulls out newline, also fix issue with nested calls
2023-04-19 18:24:15 -07:00
ee1ef9700d
cd function
...
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-04-17 22:11:49 -07:00
014be6ece3
fix needless pg churn
2023-04-17 20:17:42 -07:00
e5f81ad604
shell pipe function prototype finished
2023-04-07 12:21:22 -07:00
9c0f88ec91
WIP early start on pipe command
2023-04-06 22:24:14 -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
e8cf59b7a7
implemented load-with.... still need docstring and to fix some write errors
2023-03-28 20:47:55 -07:00
ab14ba4b5e
circuit handles load commands better
...
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-03-27 14:34:07 -07:00
921deb9e5e
put todo items into readme instead of posix module comment block
2023-03-27 11:32:12 -07:00
99cb9e5a2e
elementary shell behavior: can kick off a foreground process and
...
handle signals
2023-03-24 18:14:33 -07:00