✍️ Switch to a handwritten lexer and parser. #1

Open
acw wants to merge 33 commits from handwritten-lexer into master

33 Commits

Author SHA1 Message Date
c66d860542 Try generating types.
All checks were successful
Matrix / Format (pull_request) Successful in 2s
Matrix / Test - beta (pull_request) Successful in 4s
Matrix / Clippy check (pull_request) Successful in 11s
Matrix / Build - beta (pull_request) Successful in 17s
Matrix / Build - stable (pull_request) Successful in 17s
Matrix / Build - nightly (pull_request) Successful in 18s
Matrix / Test - nightly (pull_request) Successful in 18s
Matrix / Test - stable (pull_request) Successful in 17s
2025-11-26 15:55:47 -08:00
cfeffb7f24 Formatting.
Some checks failed
Matrix / Format (pull_request) Successful in 3s
Matrix / Clippy check (pull_request) Failing after 8s
Matrix / Build - nightly (pull_request) Successful in 7s
Matrix / Build - stable (pull_request) Successful in 7s
Matrix / Test - beta (pull_request) Successful in 7s
Matrix / Test - nightly (pull_request) Successful in 8s
Matrix / Test - stable (pull_request) Successful in 8s
Matrix / Build - beta (pull_request) Successful in 18s
2025-11-26 15:31:41 -08:00
01d8ff3123 Foo4
Some checks failed
Matrix / Clippy check (pull_request) Failing after 6s
Matrix / Build - beta (pull_request) Successful in 6s
Matrix / Test - stable (pull_request) Successful in 5s
Matrix / Format (pull_request) Failing after 13s
Matrix / Test - nightly (pull_request) Successful in 15s
Matrix / Test - beta (pull_request) Successful in 15s
Matrix / Build - nightly (pull_request) Successful in 15s
Matrix / Build - stable (pull_request) Successful in 18s
2025-11-26 15:30:38 -08:00
3b24fd1d05 Foo3
Some checks failed
Matrix / Format (pull_request) Has been cancelled
Matrix / Clippy check (pull_request) Has been cancelled
Matrix / Build - beta (pull_request) Has been cancelled
Matrix / Build - nightly (pull_request) Has been cancelled
Matrix / Build - stable (pull_request) Has been cancelled
Matrix / Test - beta (pull_request) Has been cancelled
Matrix / Test - nightly (pull_request) Has been cancelled
Matrix / Test - stable (pull_request) Has been cancelled
2025-11-26 15:28:45 -08:00
dd402d13c7 Foo2
Some checks failed
Matrix / strategy (pull_request) Failing after 0s
Matrix / ${{matrix.rust}} (pull_request) Failing after 1s
2025-11-26 15:24:26 -08:00
0ea2fa03f5 Foo 2025-11-26 15:20:45 -08:00
3fd0ef52b9 Play with strategies and such. 2025-11-26 15:18:46 -08:00
d597cacb2d up the versions
Some checks failed
Matrix / nightly (push) Failing after 8s
Matrix / beta (push) Failing after 9s
Matrix / stable (push) Failing after 16s
Matrix / nightly (pull_request) Failing after 0s
Matrix / beta (pull_request) Failing after 21s
Matrix / stable (pull_request) Failing after 5s
2025-11-24 19:26:38 -08:00
dfb88f0dd7 path found
Some checks failed
Matrix / nightly (push) Failing after 10s
Matrix / stable (push) Failing after 10s
Matrix / beta (push) Failing after 13s
Matrix / beta (pull_request) Failing after 9s
Matrix / nightly (pull_request) Failing after 9s
Matrix / stable (pull_request) Failing after 9s
2025-11-24 19:22:21 -08:00
e6422d22e0 Yay CI fails.
Some checks failed
Matrix / stable (push) Failing after 1s
Matrix / beta (pull_request) Failing after 0s
Matrix / nightly (pull_request) Failing after 0s
Matrix / nightly (push) Failing after 6s
Matrix / stable (pull_request) Failing after 1s
Matrix / beta (push) Failing after 1s
2025-11-24 19:04:09 -08:00
60c0dcf35f Yay CI fails.
Some checks failed
Matrix / beta (push) Failing after 1s
Matrix / nightly (push) Failing after 1s
Matrix / stable (push) Failing after 1s
Matrix / beta (pull_request) Failing after 1s
Matrix / nightly (pull_request) Failing after 1s
Matrix / stable (pull_request) Failing after 1s
2025-11-24 18:58:11 -08:00
acbc62a170 Try to get a builder going.
Some checks failed
Matrix / beta (push) Failing after 5s
Matrix / nightly (push) Failing after 0s
Matrix / stable (push) Failing after 0s
Matrix / beta (pull_request) Failing after 2s
Matrix / nightly (pull_request) Failing after 1s
Matrix / stable (pull_request) Failing after 6s
2025-11-24 18:36:29 -08:00
2ef9ae8bdc Stuff and bother. 2025-11-24 18:31:44 -08:00
90c5d6fef8 Tests. 2025-11-11 20:41:58 -08:00
1bc560f684 Almost ... there. 2025-11-11 14:20:28 -08:00
c795172692 All the unimplementeds are gone! 2025-11-11 13:42:19 -08:00
45e49a4c84 This is now tidy for the bits that exst. 2025-11-11 11:07:29 -08:00
05d7284551 Tidy, tidy, tidy. 2025-11-05 21:30:03 -08:00
7bd242a641 Pattern parsing seems working. 2025-10-23 09:26:15 -07:00
9ea6868938 Shifting and naming. 2025-10-11 14:46:02 -07:00
55df27de98 Recovered. 2025-10-11 13:47:41 -07:00
f6bf3dd639 Blocks and conditionals. 2025-10-03 22:37:20 -04:00
c31be288ad Calls and infix expressions. 2025-09-28 11:42:11 -07:00
4362d82034 Most base expressions work. 2025-09-26 09:24:56 -07:00
e9fb4fcd0f Ignore proptest droppings. 2025-09-07 20:48:19 -07:00
24e6bf6318 Start with hand writing the parser again. 2025-09-06 22:06:21 -07:00
8657c009c8 de-lalrpop 2025-09-06 20:42:30 -07:00
e250a49703 Cargo.lock 2025-09-06 20:42:25 -07:00
1baeae1bf0 Some parsing test cases. 2025-09-06 20:41:36 -07:00
129bf3c204 Add a separate arrow token. 2025-09-06 20:40:57 -07:00
768b27a8f6 Meh. Type parsing. 2025-09-06 20:40:18 -07:00
8e6ac7ecbd Ignore aider droppings. 2025-09-06 20:39:52 -07:00
a663d8f1fb Start a Rust implementation, which is broken with gitignore. 2025-08-22 10:18:38 -07:00