Scott Richmond
|
9d66c9d697
|
Bugfixes!
|
2024-06-15 18:08:20 -04:00 |
|
Scott Richmond
|
68aca09de6
|
updated janet-based docs
|
2024-06-15 17:04:01 -04:00 |
|
Scott Richmond
|
98d6b1c865
|
fix some bugs
|
2024-06-15 17:03:37 -04:00 |
|
Scott Richmond
|
aba77569ac
|
some pure-ludus string manipulation testing
|
2024-06-15 11:58:30 -04:00 |
|
Scott Richmond
|
4f84f408a7
|
no repl cruft + build
|
2024-06-14 17:18:11 -04:00 |
|
Scott Richmond
|
aa5795e168
|
improve errors, a bit
|
2024-06-14 17:17:23 -04:00 |
|
Scott Richmond
|
1841915d92
|
fix? bug in call-fn with incorrect function call info
|
2024-06-14 16:52:07 -04:00 |
|
Scott Richmond
|
7a7a3b8977
|
fix show box stack overflow
|
2024-06-14 15:55:57 -04:00 |
|
Scott Richmond
|
9584a21521
|
fix string escapes
|
2024-06-14 15:25:05 -04:00 |
|
Scott Richmond
|
0cbae4ce61
|
comment out repl cruft
|
2024-06-14 14:54:07 -04:00 |
|
Scott Richmond
|
e428fccc86
|
bugfixes and error improvements
|
2024-06-14 14:53:23 -04:00 |
|
Scott Richmond
|
f2f557d045
|
finish eliza
|
2024-06-11 17:25:10 -04:00 |
|
Scott Richmond
|
d7d9e71d67
|
Delete errant prints
|
2024-06-11 17:24:22 -04:00 |
|
Scott Richmond
|
287bf26f39
|
comment out repl cruft
|
2024-06-10 18:27:52 -04:00 |
|
Scott Richmond
|
5913f9b594
|
add string manipulation functions
|
2024-06-10 18:26:48 -04:00 |
|
Scott Richmond
|
2e7db1b969
|
fix typo
|
2024-06-10 18:25:12 -04:00 |
|
Scott Richmond
|
92a1ee9010
|
fix mod error
|
2024-06-07 17:25:46 -04:00 |
|
Scott Richmond
|
2f5af11527
|
add load_turtle_state! to prelude
|
2024-06-07 17:16:29 -04:00 |
|
Scott Richmond
|
9db10edd5c
|
fix random(dict) bug
|
2024-06-07 16:45:31 -04:00 |
|
Scott Richmond
|
533a40bd45
|
runtime errors should return strings, not buffers
|
2024-06-07 16:41:11 -04:00 |
|
Scott Richmond
|
4d0a37328d
|
fix string interpolation, prelude bugs
|
2024-06-07 15:04:06 -04:00 |
|
Scott Richmond
|
77b76430c1
|
finally correctly wire up all the things?
|
2024-06-07 13:42:11 -04:00 |
|
Scott Richmond
|
940fc8ec31
|
fix the merge conflicts
|
2024-06-06 19:09:05 -04:00 |
|
Scott Richmond
|
cc33a2fb3d
|
complete fucking draft of janet/wasm interpreter
|
2024-06-06 18:47:04 -04:00 |
|
Scott Richmond
|
017655e8f8
|
add sqrt to prelude exports
|
2024-05-23 19:31:43 -04:00 |
|
Scott Richmond
|
aef33279ca
|
Fix vector subtraction
|
2024-01-22 17:37:11 -05:00 |
|
Scott Richmond
|
673a96ffb8
|
Update prelude
|
2024-01-22 17:17:29 -05:00 |
|
Scott Richmond
|
90c97e7cfe
|
Fix exports & bump version
|
2024-01-19 17:49:26 -05:00 |
|
Scott Richmond
|
70e8763dc5
|
Pull janet files out into their own dir; start work on parser
|
2024-01-07 22:59:00 -05:00 |
|
Scott Richmond
|
ff40d395f8
|
Repl things
|
2024-01-07 20:10:45 -05:00 |
|
Scott Richmond
|
307bebfa53
|
First pass at janet scanner
|
2024-01-07 20:10:16 -05:00 |
|
Scott Richmond
|
1520b1d8e7
|
Repl cruft
|
2023-12-31 18:37:19 -05:00 |
|
Scott Richmond
|
14780bf6b8
|
First pass at new state model: all refs are included in results.
|
2023-12-27 12:24:12 -05:00 |
|
Scott Richmond
|
afb8bacb25
|
Stand up automated js/tap-based test harness framework.
|
2023-12-24 17:08:02 -05:00 |
|
Scott Richmond
|
20ea25761a
|
Remove conflicting repl cruft.
|
2023-12-24 15:59:31 -05:00 |
|
Scott Richmond
|
b5d57cd96c
|
Testing hits all the desiderata.
|
2023-12-24 15:53:40 -05:00 |
|
Scott Richmond
|
b6eeaa1d3e
|
Stand up basic testing
|
2023-12-24 15:23:53 -05:00 |
|
Scott Richmond
|
b723532d1a
|
Add testing status to run
|
2023-12-24 14:22:16 -05:00 |
|
Scott Richmond
|
7a2c404daf
|
Light testing
|
2023-12-24 14:16:08 -05:00 |
|
Scott Richmond
|
7541d2499d
|
Change interpreter (just change name of binding in interpret-repeat
|
2023-12-24 14:12:50 -05:00 |
|
Scott Richmond
|
a6d64ff827
|
Change grammar
|
2023-12-24 14:11:49 -05:00 |
|
Scott Richmond
|
3a50910e3d
|
Fix bug where partially applied called keyword returns nil
|
2023-12-18 00:42:44 -05:00 |
|
Scott Richmond
|
b12b49c197
|
Fix cljs/clj bug
|
2023-12-18 00:22:42 -05:00 |
|
Scott Richmond
|
be2c91b7dc
|
Fix line number reporting bugs: look for lines in the right place.
|
2023-12-18 00:20:34 -05:00 |
|
Scott Richmond
|
4e646101e2
|
Remove duplicate error messages.
|
2023-12-17 23:16:12 -05:00 |
|
Scott Richmond
|
53b71fe790
|
Panic is now a form, not a function.
|
2023-12-17 23:13:50 -05:00 |
|
Scott Richmond
|
84e3356758
|
Remove from prelude
|
2023-12-17 19:17:03 -05:00 |
|
Scott Richmond
|
e38fc47478
|
Remove from interpreter
|
2023-12-17 19:16:45 -05:00 |
|
Scott Richmond
|
7c7b556115
|
Remove from grammar
|
2023-12-17 19:15:25 -05:00 |
|
Scott Richmond
|
0e6a71348e
|
Remove struct from scanner
|
2023-12-17 19:13:32 -05:00 |
|