Commit Graph

480 Commits

Author SHA1 Message Date
cff0f9b6e8 Add some todo notes 2023-05-22 17:00:10 -04:00
6cf09fb177 Complete interpreter, less process system: spawn, receive 2023-05-22 16:56:24 -04:00
618d6b856c Add TODO 2023-05-22 00:17:17 -04:00
3256565308 Add separate recur node 2023-05-22 00:16:01 -04:00
65692b611b make some notes 2023-05-22 00:14:53 -04:00
b504370d96 Keep knocking 'em down: fns, loops, pipelines work 2023-05-21 23:58:54 -04:00
8516f0e053 Start work on the interpreter 2023-05-21 16:43:26 -04:00
e02e972d27 Start work on a compiler 2023-05-20 14:25:33 -04:00
ae8f72d3b4 Remove debug printlns 2023-05-20 14:25:13 -04:00
0fe85cf2ed Remove repl cruft 2023-05-20 14:20:23 -04:00
4fd593752b Finally get it right? 2023-05-20 14:18:30 -04:00
4ea7a3a23d Keep grinding; problems now with order/repeats 2023-05-19 18:55:14 -04:00
f97453b813 Complete parser & ludus grammar! 2023-05-18 16:44:29 -04:00
23e29fdca2 Reindent 2023-05-18 16:44:14 -04:00
a7ab313a5f Broken! Argh. 2023-05-16 20:54:01 -04:00
52abde501a Add flat combinator 2023-05-16 18:29:22 -04:00
cbd78ce7f7 Get parser combinator strategy working 2023-05-16 16:06:18 -04:00
919ab5ca34 Keep grinding on parser combinators 2023-05-07 23:23:42 -04:00
5b1ff5aef3 Many iterations of parser combinator strategies. Not yet working. 2023-05-07 22:49:19 -04:00
2866ff4eb6 Make some modest moves 2023-05-02 19:44:17 -04:00
c5a72912df Dequalify token keywords 2023-05-02 19:43:57 -04:00
963c63aed3 Unwire the things for parser refactor 2023-05-02 19:15:05 -04:00
197f4772ba keep unfucking merge 2023-05-02 19:08:18 -04:00
96b3f01e7e keep unfucking merge 2023-05-02 19:07:21 -04:00
d605cbd42a unfuck merge 2023-05-02 19:06:37 -04:00
4936daa8dc dequalify token keywords 2023-05-02 19:02:28 -04:00
3a7f86e401 Clean up some stuff, add ebnf grammar, fail to get quil working 2023-05-02 18:58:36 -04:00
0c2c646012 Clean up some stuff in scanner, try and fail to get quil working 2023-05-02 18:55:56 -04:00
Scott Richmond
55d76f6854 proof of concept: add quil to ludus 2023-03-25 15:52:25 -04:00
Scott Richmond
1c2ab5182e futz with repl 2023-03-20 15:36:00 -04:00
Scott Richmond
e535c0bf9c add ludus binary to .gitignore 2023-01-28 17:49:16 -05:00
Scott Richmond
b3e970933b fix graal compile opts for vthreads 2023-01-28 17:48:43 -05:00
Scott Richmond
7dca7ad3cc add a quick thought about spawn implementation 2023-01-28 17:42:34 -05:00
Scott Richmond
ccddfa07c5 add reference to vthread source 2023-01-28 17:42:17 -05:00
Scott Richmond
b7f0d17afe processes use virtual threads 2023-01-28 17:18:09 -05:00
Scott Richmond
6169f4f462 bump graalvm version number 2023-01-28 16:34:34 -05:00
Scott Richmond
a51ba2a2bc add TODO re: expression terminators 2023-01-28 14:31:40 -05:00
Scott Richmond
1caddfacbc Make (_) a parsing error 2022-11-03 17:51:33 -04:00
Scott Richmond
e248be16cf Comment out <- from scanner 2022-11-03 17:33:06 -04:00
Scott Richmond
01d7dc0ab1 Fix bug where if let leaked context 2022-11-03 17:19:46 -04:00
Scott Richmond
06c1b55b62 Update compile script for new graal version 2022-11-03 17:19:15 -04:00
Scott Richmond
238910e68e Complete single-branch datatypes, start work on sum types 2022-08-04 19:24:09 -04:00
Scott Richmond
cd0cad8ac3 cljfmt 2022-08-04 18:45:56 -04:00
Scott Richmond
9684c2f4c5 Add datatype declarations 2022-08-04 18:43:20 -04:00
Scott Richmond
5300ca5e3b Move ns & import to parse-script 2022-08-04 16:54:13 -04:00
Scott Richmond
969c321ffb Work on datatypes 2022-08-04 16:49:20 -04:00
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