Commit Graph

  • ed14b97a00 REPL investigate if-let ast Scott Richmond 2022-06-19 13:45:52 -0400
  • 5653912f0e Fix file loading from REPL Scott Richmond 2022-06-19 13:34:16 -0400
  • f8322412b7 Remove REPL stuff Scott Richmond 2022-06-19 13:15:00 -0400
  • 61bdeab5a6 REPL stuff Scott Richmond 2022-06-19 13:12:50 -0400
  • c17d210b43 Fix scanning bug: = is now a terminator Scott Richmond 2022-06-04 14:49:49 -0400
  • 0aa7efcbb1 Add process:flush, fix printing Scott Richmond 2022-06-02 19:10:41 -0400
  • 8752ee0da1 Add some process functions Scott Richmond 2022-06-02 18:42:02 -0400
  • 4603dcf980 Fix import+process bug Scott Richmond 2022-06-02 17:51:30 -0400
  • 2de1d94a4a Fix unbound name errors, import bug, process:in->process:inbox Scott Richmond 2022-06-02 17:38:16 -0400
  • 2f5ebe85f7 Improve error messages in processes Scott Richmond 2022-06-02 14:57:16 -0400
  • 1123d82503 Add conj and assoc Scott Richmond 2022-06-02 14:56:13 -0400
  • 015d079d57 hashmap->dict cleanup Scott Richmond 2022-06-02 14:56:03 -0400
  • 3f44c64802 Fix tuple/list/set parsing bug Scott Richmond 2022-06-01 18:00:29 -0400
  • b249817aa9 Fix print-function stack overflow Scott Richmond 2022-06-01 17:28:55 -0400
  • 46581e103d Add actors to repl Scott Richmond 2022-06-01 10:44:34 -0400
  • 1e28556baa First stab at 'actors': using threads. Scott Richmond 2022-05-31 14:21:19 -0400
  • 09696c212a Fix bug when last line is comment Scott Richmond 2022-05-31 14:12:52 -0400
  • 0055056142 Parse receive & self Scott Richmond 2022-05-30 18:02:24 -0400
  • b0d5b30124 Parse spawn & send Scott Richmond 2022-05-30 17:40:27 -0400
  • bb1f2a0086 Fix botched reserved word update Scott Richmond 2022-05-30 17:24:10 -0400
  • 4b5a549561 Fix .gitignore Scott Richmond 2022-05-30 17:22:01 -0400
  • 5f3ec99cb4 Exclude sublime workspace file Scott Richmond 2022-05-30 17:21:22 -0400
  • 33d12898ec Clean up reserved words Scott Richmond 2022-05-30 17:20:57 -0400
  • 18bcf6d8c6 More minor repl improvements Scott Richmond 2022-05-27 20:02:32 -0400
  • bad0591408 Add post-save cljfmt Scott Richmond 2022-05-27 19:40:40 -0400
  • 173f5756a7 cljfmt Scott Richmond 2022-05-27 19:18:00 -0400
  • 874dacf791 Littl repl improvements Scott Richmond 2022-05-27 19:09:25 -0400
  • a57446db93 Add basic repl session management 0.1.0-alpha.2 Scott Richmond 2022-05-26 20:24:41 -0400
  • 059fc16df2 Stand up super basic repl Scott Richmond 2022-05-26 19:50:55 -0400
  • 698a07d085 Add interpret-repl Scott Richmond 2022-05-26 19:50:45 -0400
  • ef97cf16e4 Baby repl stub Scott Richmond 2022-05-26 18:59:28 -0400
  • a3c60e0196 Hashmap -> dict in scanner Scott Richmond 2022-05-26 18:54:51 -0400
  • 64c8f30964 Hashmap -> dict in parser Scott Richmond 2022-05-26 18:49:52 -0400
  • 3292c0676c Hashmap -> dict Scott Richmond 2022-05-26 18:44:40 -0400
  • a5b1763324 Add import error handling Scott Richmond 2022-05-26 18:40:26 -0400
  • 8f1701dabb Add minimal error handling Scott Richmond 2022-05-26 18:39:37 -0400
  • 7beca7e0f6 Fix line number reporting Scott Richmond 2022-05-26 18:12:23 -0400
  • c5a7b5ad46 Add a little comment Scott Richmond 2022-05-26 18:06:37 -0400
  • 4a850f837d Typofix Scott Richmond 2022-05-26 18:06:05 -0400
  • 916c38a0f4 Update readme w/ release Scott Richmond 2022-05-25 12:58:05 -0400
  • 54fb9de263 Eclipse->GPL Scott Richmond 2022-05-24 23:47:27 -0400
  • 3361f08aa6 Add build tooling Scott Richmond 2022-05-24 23:18:41 -0400
  • 907d4e2b31 Use the little file loader Scott Richmond 2022-05-24 18:52:45 -0400
  • d8d1bf0858 Make a little file loader Scott Richmond 2022-05-24 18:52:32 -0400
  • 96ef8f098f Remove binary Scott Richmond 2022-05-24 17:33:16 -0400
  • 0887c0d830 Comment out repl stuff Scott Richmond 2022-05-24 17:32:17 -0400
  • 3798dba9dc Comment out repl stuff Scott Richmond 2022-05-24 17:31:52 -0400
  • 6cced0dd8a Tidy up Scott Richmond 2022-05-24 17:30:38 -0400
  • 372103a3ee Add or and and Scott Richmond 2022-05-24 17:29:06 -0400
  • 1ca434b308 Remove old show cruft Scott Richmond 2022-05-24 17:02:50 -0400
  • c0e88021f2 Remove unused clojure/string require Scott Richmond 2022-05-24 17:02:09 -0400
  • 1079bb8028 Remove unused (and incorrect) 2-arity of token fn Scott Richmond 2022-05-24 17:01:44 -0400
  • b1284f3338 Interpret splats in sets Scott Richmond 2022-05-20 19:01:13 -0400
  • 6e4fd22fd4 Pull #()s out into fns Scott Richmond 2022-05-20 18:54:14 -0400
  • 355b9f9949 Remove println crud Scott Richmond 2022-05-20 18:50:43 -0400
  • f0fe8005e9 Interpret splats in hashmaps Scott Richmond 2022-05-20 18:46:40 -0400
  • f70aa0f4ce Parse splats in hashmaps *correctly* Scott Richmond 2022-05-20 18:46:24 -0400
  • ea5d9fa948 Parse splats in hashmaps and sets Scott Richmond 2022-05-20 18:14:22 -0400
  • 7390461f2b Interpret list splats Scott Richmond 2022-05-20 17:59:39 -0400
  • 9d645e3b4b Add list splats Scott Richmond 2022-05-20 17:35:16 -0400
  • bb3d145e5d Fiddle repl source Scott Richmond 2022-05-20 17:35:02 -0400
  • 4d7b12eb34 Add struct patterns Scott Richmond 2022-05-19 20:03:39 -0400
  • 34da4dd6fe Actually add hashmap patterns. Whoops. Scott Richmond 2022-05-19 20:00:16 -0400
  • bc2f6f8317 REPL cruft Scott Richmond 2022-05-19 19:59:40 -0400
  • bd9a408e07 Add hash patterns; add hashmap data tag & update show Scott Richmond 2022-05-19 19:59:20 -0400
  • 9984a6c8ec Add basic list matching Scott Richmond 2022-05-19 19:27:32 -0400
  • a899ee776d Parse basic list, hash, struct patterns. Scott Richmond 2022-05-19 19:14:25 -0400
  • ad778f7104 Play around Scott Richmond 2022-05-19 18:55:38 -0400
  • 35cbe352a8 Update reserved words list & impl Scott Richmond 2022-05-19 18:55:27 -0400
  • 55c1edbb15 Add features Scott Richmond 2022-05-19 18:55:00 -0400
  • 0e66dd9b0b Update readme, fix github url, add fib Scott Richmond 2022-05-19 18:45:41 -0400
  • 9dd963e5b2 Interpret panic! not as fn but as rw. Scott Richmond 2022-05-19 18:12:55 -0400
  • 4aeaa9e889 Fix parse-list :token typo Scott Richmond 2022-05-19 18:11:31 -0400
  • bd09dfa459 Remove panic! from prelude Scott Richmond 2022-05-19 18:01:20 -0400
  • 4966271aa3 Parse panic! Scott Richmond 2022-05-19 18:00:31 -0400
  • 1415461876 Fix panic! keyword Scott Richmond 2022-05-19 18:00:18 -0400
  • a36920e97e Add panic! reserved word Scott Richmond 2022-05-19 17:54:10 -0400
  • 62a0fa2429 Add additional asts to errors. Scott Richmond 2022-05-19 17:53:22 -0400
  • 8d2993637e Missed an ast add; fix it Scott Richmond 2022-05-19 17:16:12 -0400
  • cfe790b9c5 Add asts to thrown errors. Scott Richmond 2022-05-19 17:14:20 -0400
  • 1fb41d8b71 Add tokens (and thus locations) to all AST nodes Scott Richmond 2022-05-19 16:58:38 -0400
  • ee4438bf1e Testing, small typo fix Scott Richmond 2022-05-19 16:58:13 -0400
  • 959927f7ce Play with circular refs around closures Scott Richmond 2022-05-19 16:17:30 -0400
  • f419c390af Update reserved words list & impl Scott Richmond 2022-05-19 16:16:55 -0400
  • 0939304518 Add TODO, re: closures Scott Richmond 2022-05-18 20:45:14 -0400
  • 5a72125d1f Testing/playing Scott Richmond 2022-05-18 20:30:27 -0400
  • 3b5e91c1bb Fix closure bug. Scott Richmond 2022-05-18 20:23:43 -0400
  • a5914076b0 Interpret loop/recur Scott Richmond 2022-05-18 19:35:41 -0400
  • b62fa6d074 Fix off-by-paren loop tup bug Scott Richmond 2022-05-18 19:35:30 -0400
  • 0b7687024f Comment out testing Scott Richmond 2022-05-18 18:33:32 -0400
  • 362e76c323 Parse loop/recur, and reindent all the things Scott Richmond 2022-05-18 18:32:57 -0400
  • e7eccca000 Update reserved words list & impl Scott Richmond 2022-05-18 18:32:34 -0400
  • 5c07f43713 pprint refs Scott Richmond 2022-05-18 18:32:15 -0400
  • 9df37cca4d Remove circular dependency Scott Richmond 2022-05-18 18:31:35 -0400
  • fb89508bef Play with base ref forms Scott Richmond 2022-05-18 18:31:11 -0400
  • 9e25f24b3f Move testing to sandbox dir Scott Richmond 2022-05-18 18:28:44 -0400
  • 8cbc516a66 Native ref fns Scott Richmond 2022-05-17 19:13:13 -0400
  • b1022ad832 Interpret refs Scott Richmond 2022-05-17 19:13:00 -0400
  • b0212b7e41 Parse refs Scott Richmond 2022-05-17 18:34:07 -0400
  • 4c7ed5a8ef Update reserved words list Scott Richmond 2022-05-17 17:30:33 -0400