Commit Graph

54 Commits

Author SHA1 Message Date
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
5a5902af6b Support basic class parsing. 2011-02-04 13:16:47 -05:00
56ec6e074a Allow vertical bars as parts of operators. 2011-02-04 13:16:37 -05:00
55a3e8795d Add automatic parsing tests, a la the lexing ones. 2011-02-04 13:15:47 -05:00
e91067f984 Fix a couple typos. 2011-02-04 13:15:14 -05:00
f5bc625500 Add a -parse option for future distinguishment. 2011-02-04 13:14:48 -05:00
566560edb4 Add the ability to lex primitives and lambdas. 2011-02-03 21:31:14 -05:00
fafc51da1c Add an automatic testing target to the Makefile. 2011-02-03 21:30:46 -05:00
796210198c Change the syntax of not equals. 2011-02-03 21:30:27 -05:00
a64b8aa81c Finish being able to parse the first example file. 2011-02-03 20:27:05 -05:00
17ca2f7899 Quite a few more bang files for testing. 2011-02-03 20:26:09 -05:00
bc435d83f8 Merge branch 'master' of uhsure.com:webapps/git/bang 2011-01-30 22:16:08 -08:00
617e841b05 Interim commit; lots of progress though. 2011-01-18 08:43:30 -08:00
022bdf240b Fix constructor declaration and start in on type parsing. 2011-01-16 22:04:27 -08:00
35d0928de3 Maybe I can finally get this working on both Linux and OS/X? 2011-01-16 21:41:44 -08:00
bd16ce00f2 Add lexer support for comments. 2011-01-13 11:26:47 -08:00
5d0a3fc510 Add a basic vim syntax highlighting file. 2011-01-12 17:43:05 -08:00
134164c4d4 Did some work on datatype declarations. 2011-01-07 18:00:11 -08:00
93c53c7943 Eventually settling on the right way to use sed for this? 2011-01-07 16:04:14 -08:00
29a358a76a Changed my mind on the basic syntax; less Haskell, more C. 2011-01-06 23:37:31 -08:00