Commit Graph

384 Commits

Author SHA1 Message Date
Scott Richmond
18e4826960 Add datatype tokens 2022-07-26 18:25:11 -04:00
Scott Richmond
72aac19bd7 Add upper? and lower? fns 2022-07-26 18:19:16 -04:00
Scott Richmond
88c79b2b31 Comment out REPL cruft 2022-07-26 18:18:57 -04:00
Scott Richmond
08d91dd9de Add useful TODO, re: tuple splat patterns 2022-06-25 22:01:32 -04:00
Scott Richmond
272e46551e Cleanup todos 2022-06-25 18:20:54 -04:00
Scott Richmond
d2cefb79f0 Fix bug allowing repeated names everywhere 2022-06-25 18:18:54 -04:00
Scott Richmond
80fe4d370d Prevent duplicate keys in struct/dict patterns 2022-06-25 11:55:17 -04:00
Scott Richmond
df511ce5eb Fix bug allowing repeated name in tuples 2022-06-19 16:21:54 -04:00
Scott Richmond
a56a4b565a ::ast/splatted -> ::ast/splat (standardize) 2022-06-19 16:21:12 -04:00
Scott Richmond
e30a8b973b Add splats to dict & struct patterns in parser 2022-06-19 15:46:58 -04:00
Scott Richmond
07c21494cf Add splats to tuple patterns in parser 2022-06-19 15:01:00 -04:00
Scott Richmond
24f85966a2 Improve error message. 2022-06-19 14:58:14 -04:00
Scott Richmond
cdfcd1249e Fix copypasta error 2022-06-19 14:57:44 -04:00
Scott Richmond
c3c5c390e5 Unroll copypasta. 2022-06-19 14:57:04 -04:00
Scott Richmond
4e7590226b Copypasta splat patterns to dict, struct, tuple in parser 2022-06-19 14:52:38 -04:00
Scott Richmond
68bc37ef61 Add splats to list patterns in parser 2022-06-19 14:48:53 -04:00
Scott Richmond
4254359934 Complete if-let 2022-06-19 14:01:55 -04:00
Scott Richmond
689f3f23bc Add interpret-if-let 2022-06-19 13:46:11 -04:00
Scott Richmond
ed14b97a00 REPL investigate if-let ast 2022-06-19 13:45:52 -04:00
Scott Richmond
5653912f0e Fix file loading from REPL 2022-06-19 13:34:16 -04:00
Scott Richmond
f8322412b7 Remove REPL stuff 2022-06-19 13:15:00 -04:00
Scott Richmond
61bdeab5a6 REPL stuff 2022-06-19 13:12:50 -04:00
Scott Richmond
c17d210b43 Fix scanning bug: = is now a terminator 2022-06-04 14:49:49 -04:00
Scott Richmond
0aa7efcbb1 Add process:flush, fix printing 2022-06-02 19:10:41 -04:00
Scott Richmond
8752ee0da1 Add some process functions 2022-06-02 18:42:02 -04:00
Scott Richmond
4603dcf980 Fix import+process bug 2022-06-02 17:51:30 -04:00
Scott Richmond
2de1d94a4a Fix unbound name errors, import bug, process:in->process:inbox 2022-06-02 17:38:16 -04:00
Scott Richmond
2f5ebe85f7 Improve error messages in processes 2022-06-02 14:57:16 -04:00
Scott Richmond
1123d82503 Add conj and assoc 2022-06-02 14:56:13 -04:00
Scott Richmond
015d079d57 hashmap->dict cleanup 2022-06-02 14:56:03 -04:00
Scott Richmond
3f44c64802 Fix tuple/list/set parsing bug 2022-06-01 18:00:29 -04:00
Scott Richmond
b249817aa9 Fix print-function stack overflow 2022-06-01 17:28:55 -04:00
Scott Richmond
46581e103d Add actors to repl 2022-06-01 10:44:34 -04:00
Scott Richmond
1e28556baa First stab at 'actors': using threads. 2022-05-31 14:21:19 -04:00
Scott Richmond
09696c212a Fix bug when last line is comment 2022-05-31 14:12:52 -04:00
Scott Richmond
0055056142 Parse receive & self 2022-05-30 18:02:24 -04:00
Scott Richmond
b0d5b30124 Parse spawn & send 2022-05-30 17:40:27 -04:00
Scott Richmond
bb1f2a0086 Fix botched reserved word update 2022-05-30 17:24:10 -04:00
Scott Richmond
4b5a549561 Fix .gitignore 2022-05-30 17:22:01 -04:00
Scott Richmond
5f3ec99cb4 Exclude sublime workspace file 2022-05-30 17:21:22 -04:00
Scott Richmond
33d12898ec Clean up reserved words 2022-05-30 17:20:57 -04:00
Scott Richmond
18bcf6d8c6 More minor repl improvements 2022-05-27 20:02:32 -04:00
Scott Richmond
bad0591408 Add post-save cljfmt 2022-05-27 19:40:40 -04:00
Scott Richmond
173f5756a7 cljfmt 2022-05-27 19:18:00 -04:00
Scott Richmond
874dacf791 Littl repl improvements 2022-05-27 19:09:25 -04:00
Scott Richmond
a57446db93 Add basic repl session management 2022-05-26 20:24:41 -04:00
Scott Richmond
059fc16df2 Stand up super basic repl 2022-05-26 19:50:55 -04:00
Scott Richmond
698a07d085 Add interpret-repl 2022-05-26 19:50:45 -04:00
Scott Richmond
ef97cf16e4 Baby repl stub 2022-05-26 18:59:28 -04:00
Scott Richmond
a3c60e0196 Hashmap -> dict in scanner 2022-05-26 18:54:51 -04:00