Commit graph

25 commits

Author SHA1 Message Date
09b032271b small docs updates, add trailing slash to autocompleted directories 2023-05-16 10:58:06 -07:00
8ba80979f8
update genbinding doc
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-05-04 00:25:42 -07:00
6d68e6f91c
shell command helper tool
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-04-28 21:11:47 -07:00
4576c4ea60
add time to laptop prompt
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-04-19 22:40:44 -07:00
eb7bf830aa
add git branch and status to example laptop shell prompt
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-04-19 22:28:01 -07:00
61076597d2
better laptop prompt! 2023-04-19 21:05:03 -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
a3181aa210
add fancy laptop prompt 2023-04-17 19:56:47 -07:00
ab14ba4b5e
circuit handles load commands better
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-03-27 14:34:07 -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
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
381852b3bd
Implemented SymTable optimization for efficient variable updates 2023-03-20 17:16:44 -07:00
dcb2969b0a
* fixed and wrote test for lambda and function as arg case
* added license to userlib tests
* added map impl to userlib
* userlib tests now run and pass
* all args are evaluated individually
2023-03-20 16:22:51 -07:00
34e77903a6
Add userlib tests
Document userlib in readme
extend example configuration to include userlib
2023-03-17 13:24:31 -07:00
1ee9ba55fb
Added USERLIB with prepend and set.
Added a q shortcut to quote
get-doc and set-doc no longer conditionally evaluate args
Fixed bug in let, documented potential performance improvements
upped default history to 5k lines
2023-03-17 13:06:27 -07:00
3848d3bcfa
Eval enhancements. Rewrote store to be significantly better 2023-03-17 11:42:36 -07:00
Ava Hahn
928c9b91ed
add reverse, snippet for prepend implementation 2023-03-08 20:59:22 -08:00
Ava Hahn
8d79037d4d
update readme, snippet
Signed-off-by: Ava Hahn <ava@aidanis.online>
2023-03-06 11:04:58 -08:00
Ava Hahn
dc6342bc74
Several changes, see commit msg
* clean up all tests
* bugfix for zero value functions, and test
* removed expand function, put in snippets
* added doc strings to Symbol type
* added doc strings to symbol declarations
* implemented display for Args type
* wrote a help function
* wrote docstrings for all builtins and config vars
2023-03-05 22:18:49 -08:00
Ava Hahn
eed16964e6
add echo function
Signed-off-by: Ava Hahn <ava@aidanis.online>
2023-03-01 12:31:58 -08:00
Ava Hahn
38b941b6cb
better organization and try a tex readme
Signed-off-by: Ava Hahn <ava@aidanis.online>
2023-03-01 11:21:30 -08:00