143173f046
start accounting for pure/impure builtins
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-06-12 11:13:34 -07:00
2809569c35
rework roadmap
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-06-12 11:12:12 -07:00
9796c20c5d
more efficient tracebacks
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-06-11 17:08:08 -07:00
8f0e2512cc
add extend userlib func
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-06-11 17:07:49 -07:00
3d0d8d8215
add join function to stdlib
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-06-01 09:20:05 -07:00
386d0900a9
Merge branch 'release-ci' into 'main'
...
Release CI
See merge request whom/relish!13
2024-02-21 20:54:11 +00:00
7119e9b8e3
fix install script and release ci
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-21 12:11:41 -08:00
7eb832b35b
fix typo in tar command
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-21 11:52:19 -08:00
2694573391
add logo
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-21 11:48:55 -08:00
c21aa91171
expand on description
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-21 11:43:33 -08:00
6fd734beaf
fix link in create-release
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-21 11:39:46 -08:00
ca207fc4c9
fix link in create-release
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-21 11:27:55 -08:00
13219e1d5f
split release job into two
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-21 11:11:11 -08:00
a09d905598
update release ci
2024-02-21 10:56:26 -08:00
831026a8d7
add release-ci, artifacts, etc.
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-21 10:22:01 -08:00
6800e5c2b9
quick fix, simplify cd callback behaviour
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-20 14:51:05 -08:00
13135def5a
Merge branch 'auto-complete-stuff' into 'main'
...
add tab completion for unescaped paths
See merge request whom/relish!12
2024-02-20 22:40:37 +00: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
6351ac63d2
cd now tracks PWD
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-20 12:45:34 -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
b8e22f1b07
update emacs bindings
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-06 14:43:24 -08:00
6c17cfb52e
update repl name
...
Signed-off-by: Ava Affine <ava@sunnypup.io>
2024-02-06 14:40:16 -08:00
49d2466eae
Merge branch 'rename-flesh' into 'main'
...
rename relish to flesh
See merge request whom/relish!11
2024-02-06 22:39:08 +00: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
e042cd1152
more gates, add job for implicit-load feature
...
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-10-13 09:07:08 -07:00
3e32b222f8
gate posix include with feature flag
...
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-10-12 21:10:26 -07:00
88e9287d01
fabricate surrounding parens for top level statements from repl
...
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-10-12 21:08:04 -07: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
0babc1986a
add list type check
2023-07-30 12:26:02 -07:00
e3875d4652
Merge branch 'exit-assert-control-flow' into 'main'
...
Assert, Exit builtins
See merge request whom/relish!10
2023-06-20 01:25:19 +00: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
270cc32572
Merge branch 'file-ops' into 'main'
...
File operations
See merge request whom/relish!9
2023-06-19 07:32:55 +00:00
64be70b3af
File operations
...
* read
* write
* append
* exists?
* tests for each
2023-06-19 07:32:55 +00:00
25db2aac47
Merge branch 'cond' into 'main'
...
Added cond function to Userlib
See merge request whom/relish!8
2023-06-12 23:23:49 +00:00
dariof4
bd23198009
Added cond function to Userlib
...
Added the cond function to Userlib, also added the associated tests
and documentation.
2023-06-13 00:18:11 +02:00
fb724ccee4
add version flag
2023-06-11 23:48:18 -07:00
e802eb480d
Merge branch 'custom-validator' into 'main'
...
Add custom validator to fix multiline behaviour when working with strings
See merge request whom/relish!7
2023-06-11 18:23:36 +00:00
dariof4
9a93dd0e19
Add custom validator to fix multiline behaviour when working with strings
2023-06-11 18:23:36 +00:00
7d2fe51709
account for comment delimiters in strings
2023-06-08 17:13:45 -07:00
0a01f9178c
another tweak to eval/quote equivalency, more tests
2023-06-08 17:11:10 -07:00
33791c7f3b
update error message to actually be helpful
2023-06-08 13:54:31 -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
e0b837cb21
userlib tests should pass without including posix stuff
2023-06-06 11:38:50 -07:00
a9cc38826e
Load stdlib with shell state ahead of configuration
2023-06-06 11:32:25 -07:00
981df23ea2
flip CFG_RELISH_POSIX behavior
...
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-06-06 11:32:25 -07:00
b9414ae4d2
Merge branch 'cargo-clippy' into 'main'
...
Readme and clippy cleanups
See merge request whom/relish!6
2023-05-28 23:22:49 +00:00