0a01f9178c
another tweak to eval/quote equivalency, more tests
2023-06-08 17:11:10 -07:00
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
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
c2cc8571bc
fix issue with env var to sym table sync
...
Signed-off-by: Ava Hahn <ava@sunnypup.io>
2023-05-03 15:04:54 -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
a01df6b7b2
undid eval tweaks, made tests for weird def cases
2023-03-17 12:21:42 -07:00
3848d3bcfa
Eval enhancements. Rewrote store to be significantly better
2023-03-17 11:42:36 -07:00
67af8bbd47
multiline shell, yay!
2023-03-15 21:55:10 -07:00
8efa1dbaad
Fully fledged lambdas, along with efficiency tweaks across the ast
2023-03-13 15:02:19 -07:00
b0bd369c1d
WIP lambda
...
* typesystem extended
* docstrings and callback
* tests defined, not implemented
2023-03-12 20:29:39 -07:00
640a53cad8
better eval and test for eval,quote
2023-03-11 22:04:46 -08:00
Ava Hahn
6daf0867df
implementations for quote and eval
2023-03-10 16:54:22 -08:00
Ava Hahn
f8ab31e9aa
rustfmt on recent additions
...
Signed-off-by: Ava Hahn <ava@aidanis.online>
2023-03-06 15:53:12 -08:00
Ava Hahn
f22d807b57
added env function and test
2023-03-06 15:50:02 -08:00
Ava Hahn
79184b18ef
bundle sym management funcs in their own module
...
Signed-off-by: Ava Hahn <ava@aidanis.online>
2023-03-06 15:29:01 -08:00