Commit Graph

543 Commits

Author SHA1 Message Date
Scott Richmond
b7ff0eda80 get reading input up and running 2025-07-01 19:04:38 -04:00
Scott Richmond
7fc6550bec get fetch up & running
Former-commit-id: 5b2fd5e2d7
2025-07-01 18:52:03 -04:00
Scott Richmond
5b2fd5e2d7 get fetch up & running 2025-07-01 18:52:03 -04:00
Scott Richmond
8a057e6f77 get input working
Former-commit-id: b12d0e00aa
2025-07-01 16:59:42 -04:00
Scott Richmond
b12d0e00aa get input working 2025-07-01 16:59:42 -04:00
Scott Richmond
a502368e4f update worker url resolution
Former-commit-id: 808368d2b9
2025-07-01 16:30:17 -04:00
Scott Richmond
808368d2b9 update worker url resolution 2025-07-01 16:30:17 -04:00
Scott Richmond
5ef5464fd6 fix worker path
Former-commit-id: 88ff5886bb
2025-07-01 16:07:01 -04:00
Scott Richmond
88ff5886bb fix worker path 2025-07-01 16:07:01 -04:00
Scott Richmond
dd9a304944 get commands wired up, probs
Former-commit-id: 1ec60b9362
2025-07-01 14:35:36 -04:00
Scott Richmond
1ec60b9362 get commands wired up, probs 2025-07-01 14:35:36 -04:00
Scott Richmond
9c1b50cc36 fix FF event loop bug
Former-commit-id: 400bd5864b
2025-07-01 12:54:11 -04:00
Scott Richmond
400bd5864b fix FF event loop bug 2025-07-01 12:54:11 -04:00
Scott Richmond
1df6dad078 add thoughts
Former-commit-id: 991705e734
2025-07-01 11:10:50 -04:00
Scott Richmond
991705e734 add thoughts 2025-07-01 11:10:50 -04:00
Scott Richmond
05cba9d037 stash changes
Former-commit-id: 989e217917
2025-07-01 10:42:34 -04:00
Scott Richmond
989e217917 stash changes 2025-07-01 10:42:34 -04:00
Scott Richmond
e1bd21c2c0 fix truly heinous memory bug
Former-commit-id: 4e7557cbcc
2025-07-01 01:30:10 -04:00
Scott Richmond
4e7557cbcc fix truly heinous memory bug 2025-07-01 01:30:10 -04:00
Scott Richmond
29e761691d hook the things up and discover a possible stop-the-world bug
Former-commit-id: 2f3f362f49
2025-07-01 00:43:01 -04:00
Scott Richmond
2f3f362f49 hook the things up and discover a possible stop-the-world bug 2025-07-01 00:43:01 -04:00
Scott Richmond
fcaf04d9c4 integration work continues
Former-commit-id: 4eceb62ce5
2025-06-30 18:59:59 -04:00
Scott Richmond
4eceb62ce5 integration work continues 2025-06-30 18:59:59 -04:00
Scott Richmond
b4886e28f9 also add the new io file
Former-commit-id: 173fdb913c
2025-06-30 12:49:07 -04:00
Scott Richmond
173fdb913c also add the new io file 2025-06-30 12:49:07 -04:00
Scott Richmond
d945b2eb7c stub out first pass of io system
Former-commit-id: bc49ece0cf
2025-06-30 12:48:50 -04:00
Scott Richmond
bc49ece0cf stub out first pass of io system 2025-06-30 12:48:50 -04:00
Scott Richmond
39f315cfd8 use a hashset instead of vec for dead ids
Former-commit-id: 5478e5e40e
2025-06-29 18:14:06 -04:00
Scott Richmond
5478e5e40e use a hashset instead of vec for dead ids 2025-06-29 18:14:06 -04:00
Scott Richmond
9f246bdbac start working on packaging better
Former-commit-id: f6cbe3f800
2025-06-29 18:13:49 -04:00
Scott Richmond
f6cbe3f800 start working on packaging better 2025-06-29 18:13:49 -04:00
Scott Richmond
8ab825518e update chumsky, lose ariadne, update parser to conform to new chumsky
Former-commit-id: c62b5c903d
2025-06-29 18:08:44 -04:00
Scott Richmond
c62b5c903d update chumsky, lose ariadne, update parser to conform to new chumsky 2025-06-29 18:08:44 -04:00
Scott Richmond
24e9b04a53 add a justfile, some project management
Former-commit-id: de6cb5380d
2025-06-29 17:47:08 -04:00
Scott Richmond
de6cb5380d add a justfile, some project management 2025-06-29 17:47:08 -04:00
Scott Richmond
3204b7341a save work
Former-commit-id: 4dd47dd56c
2025-06-29 11:38:45 -04:00
Scott Richmond
4dd47dd56c save work 2025-06-29 11:38:45 -04:00
Scott Richmond
c4a04de0a8 actually get receive working????
Former-commit-id: f710beff46
2025-06-28 16:40:31 -04:00
Scott Richmond
f710beff46 actually get receive working???? 2025-06-28 16:40:31 -04:00
Scott Richmond
1e5c174549 some notes
Former-commit-id: f873be7668
2025-06-27 20:54:48 -04:00
Scott Richmond
f873be7668 some notes 2025-06-27 20:54:48 -04:00
Scott Richmond
c1f5c2a512 make progress, I guess
Former-commit-id: 48342ba4ea
2025-06-27 20:41:29 -04:00
Scott Richmond
48342ba4ea make progress, I guess 2025-06-27 20:41:29 -04:00
Scott Richmond
edf1998914 parser housekeeping; add receive to lexer and parser
Former-commit-id: db52bc2687
2025-06-27 19:15:59 -04:00
Scott Richmond
db52bc2687 parser housekeeping; add receive to lexer and parser 2025-06-27 19:15:59 -04:00
Scott Richmond
01c4333534 move Ast into its own module
Former-commit-id: a175ee7a41
2025-06-27 19:05:17 -04:00
Scott Richmond
a175ee7a41 move Ast into its own module 2025-06-27 19:05:17 -04:00
Scott Richmond
b547b65916 ugh. spin my wheels a lot. decide to start work on the receive special form
Former-commit-id: 759fc63cae
2025-06-27 18:48:27 -04:00
Scott Richmond
759fc63cae ugh. spin my wheels a lot. decide to start work on the receive special form 2025-06-27 18:48:27 -04:00
Scott Richmond
85decc542e add sleep, which was unexpectedly titchy!
Former-commit-id: 8923581eed
2025-06-27 14:27:42 -04:00