Commit graph

104 commits

Author SHA1 Message Date
13219e1d5f split release job into two
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-21 11:11:11 -08:00
dcb34c9ab1 note further autocomplete work in Readme
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-20 14:37:40 -08:00
108e25e336 cd path arg can be a symbol (shell ease)
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-20 14:33:34 -08:00
50ebfd2e37 configurable cd hook
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-20 14:27:11 -08:00
f902bd5473 add tab completion for unescaped paths
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-07 11:13:17 -08:00
9b447eb5b7 rename relish to flesh 2024-02-06 22:39:08 +00:00
415b1181fa add syntax highlighting for emacs
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-10-19 12:20:57 -07:00
5dcf601384 dont spin at max speed when waiting for foreground process
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-10-18 14:29:53 -07:00
0babc1986a add list type check 2023-07-30 12:26:02 -07:00
2cd5016c1d Assert, Exit builtins
* Builtins for assert and exit are added
* Tests for assert are added
* file operations from previous MR are added to documents
* assert and exit are added to documents
2023-06-20 01:25:19 +00:00
64be70b3af File operations
* read
* write
* append
* exists?
* tests for each
2023-06-19 07:32:55 +00:00
fb724ccee4 add version flag 2023-06-11 23:48:18 -07:00
398726568a fix evaluation behavior mismatch between functions and lambdas
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-06-08 12:48:34 -07:00
981df23ea2 flip CFG_RELISH_POSIX behavior
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-06-06 11:32:25 -07:00
8cc0202a7b Readme and clippy cleanups 2023-05-28 23:22:49 +00:00
cbd52de91b Refactor documentation to get the language reference text out of the
way of more typical readme items.
2023-05-28 15:14:15 -07:00
6ab075c2bb add a function table to the readme 2023-05-26 00:06:41 -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
5e15109b0c elaborate on goals for upcoming work
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-05-25 17:17:45 -07: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
eba113b034 update links in readme 2023-05-25 15:00:14 -07: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
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
825854fd42 docs fix 2023-05-18 08:59:19 -07: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
69216db72a refresh a few examples in the docs 2023-05-16 11:31:08 -07:00
9febeabdb2 add an actual community channel, commit a skeleton interactive-devel lib 2023-05-16 11:01:42 -07:00
09b032271b small docs updates, add trailing slash to autocompleted directories 2023-05-16 10:58:06 -07:00
293eef7d8e
update readme
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-05-03 23:59:56 -07:00
5afc2cc4a1
a few changes enclosed:
* documented deps
* mild string escaping
* corrected a misbehavior in sym
2023-04-19 21:03:26 -07: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
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
ba38fbde04
record my hopes and dreams into the readme 2023-03-31 11:53:44 -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
1059ff0247
elaborate in readme 2023-03-24 18:54:51 -07:00
99cb9e5a2e
elementary shell behavior: can kick off a foreground process and
handle signals
2023-03-24 18:14:33 -07:00
3b1ae0efd5
add path manipulation functions 2023-03-23 12:07:28 -07:00
a711b32730
shell fully configurable 2023-03-23 11:52:36 -07:00
1ce5fd3454
input function 2023-03-22 22:53:29 -07:00
df6b5b5f06
reformat some readme stuff 2023-03-20 23:11:29 -07:00
b638918a89
list contains implemented 2023-03-20 22:14:40 -07:00
4f6622730a
added userlib reduce function
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-03-20 21:07:16 -07:00
3f75157fac
got all the load script stuff done.
added script args to main shell
also added userlib tests to ci
2023-03-20 19:00:30 -07:00
381852b3bd
Implemented SymTable optimization for efficient variable updates 2023-03-20 17:16:44 -07:00