-
4936daa8dc
dequalify token keywords
Scott Richmond
2023-05-02 19:02:28 -0400
-
-
3a7f86e401
Clean up some stuff, add ebnf grammar, fail to get quil working
Scott Richmond
2023-05-02 18:58:36 -0400
-
-
0c2c646012
Clean up some stuff in scanner, try and fail to get quil working
Scott Richmond
2023-05-02 18:55:56 -0400
-
55d76f6854
proof of concept: add quil to ludus
Scott Richmond
2023-03-25 15:52:25 -0400
-
-
1c2ab5182e
futz with repl
Scott Richmond
2023-03-20 15:36:00 -0400
-
e535c0bf9c
add ludus binary to .gitignore
Scott Richmond
2023-01-28 17:49:16 -0500
-
b3e970933b
fix graal compile opts for vthreads
Scott Richmond
2023-01-28 17:48:43 -0500
-
7dca7ad3cc
add a quick thought about spawn implementation
Scott Richmond
2023-01-28 17:42:34 -0500
-
ccddfa07c5
add reference to vthread source
Scott Richmond
2023-01-28 17:42:17 -0500
-
b7f0d17afe
processes use virtual threads
Scott Richmond
2023-01-28 17:18:09 -0500
-
6169f4f462
bump graalvm version number
Scott Richmond
2023-01-28 16:34:34 -0500
-
a51ba2a2bc
add TODO re: expression terminators
Scott Richmond
2023-01-28 14:31:40 -0500
-
1caddfacbc
Make
(_)
a parsing error
Scott Richmond
2022-11-03 17:51:33 -0400
-
e248be16cf
Comment out
<-
from scanner
Scott Richmond
2022-11-03 17:33:06 -0400
-
01d7dc0ab1
Fix bug where
if let
leaked context
Scott Richmond
2022-11-03 17:19:46 -0400
-
06c1b55b62
Update compile script for new graal version
Scott Richmond
2022-11-03 17:19:15 -0400
-
238910e68e
Complete single-branch datatypes, start work on sum types
Scott Richmond
2022-08-04 19:24:09 -0400
-
cd0cad8ac3
cljfmt
Scott Richmond
2022-08-04 18:45:56 -0400
-
9684c2f4c5
Add datatype declarations
Scott Richmond
2022-08-04 18:43:20 -0400
-
5300ca5e3b
Move ns & import to parse-script
Scott Richmond
2022-08-04 16:54:13 -0400
-
969c321ffb
Work on datatypes
Scott Richmond
2022-08-04 16:49:20 -0400
-
18e4826960
Add datatype tokens
Scott Richmond
2022-07-26 18:25:11 -0400
-
72aac19bd7
Add upper? and lower? fns
Scott Richmond
2022-07-26 18:19:16 -0400
-
88c79b2b31
Comment out REPL cruft
Scott Richmond
2022-07-26 18:18:57 -0400
-
08d91dd9de
Add useful TODO, re: tuple splat patterns
Scott Richmond
2022-06-25 22:01:32 -0400
-
272e46551e
Cleanup todos
Scott Richmond
2022-06-25 18:20:54 -0400
-
d2cefb79f0
Fix bug allowing repeated names everywhere
Scott Richmond
2022-06-25 18:18:54 -0400
-
80fe4d370d
Prevent duplicate keys in struct/dict patterns
Scott Richmond
2022-06-25 11:55:17 -0400
-
df511ce5eb
Fix bug allowing repeated name in tuples
Scott Richmond
2022-06-19 16:21:54 -0400
-
a56a4b565a
::ast/splatted -> ::ast/splat (standardize)
Scott Richmond
2022-06-19 16:21:12 -0400
-
e30a8b973b
Add splats to dict & struct patterns in parser
Scott Richmond
2022-06-19 15:46:58 -0400
-
07c21494cf
Add splats to tuple patterns in parser
Scott Richmond
2022-06-19 15:01:00 -0400
-
24f85966a2
Improve error message.
Scott Richmond
2022-06-19 14:58:14 -0400
-
cdfcd1249e
Fix copypasta error
Scott Richmond
2022-06-19 14:57:44 -0400
-
c3c5c390e5
Unroll copypasta.
Scott Richmond
2022-06-19 14:57:04 -0400
-
4e7590226b
Copypasta splat patterns to dict, struct, tuple in parser
Scott Richmond
2022-06-19 14:52:38 -0400
-
68bc37ef61
Add splats to list patterns in parser
Scott Richmond
2022-06-19 14:48:53 -0400
-
4254359934
Complete if-let
Scott Richmond
2022-06-19 14:01:55 -0400
-
689f3f23bc
Add interpret-if-let
Scott Richmond
2022-06-19 13:46:11 -0400
-
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