aboutsummaryrefslogtreecommitdiffhomepage
path: root/std/Pair.bruijn
AgeCommit message (Collapse)Author
2024-02-29Encourage use of combinatorsMarvin Borner
2023-03-03Added second part of aoc and needed functionsMarvin Borner
Also, I don't know how I got 30s for the first part previously. Cannot reproduce and probably was a mistake. idk
2023-02-21Standard library syncMarvin Borner
2022-08-29Started mixfix chainingMarvin Borner
2022-08-20Parser shenanigansMarvin Borner
2022-08-19General improvementsMarvin Borner
2022-08-15Combinator replacementsMarvin Borner
2022-08-12Added infix operator supportMarvin Borner
This isn't compatible with the :test .. = .. syntax, therefore I removed it. They also don't have custom precedence/associativity support and aren't chainable right now.
2022-08-07ProgressMarvin Borner
As always - very descriptive. I've been busy with exams but from now on I'll be working on bruijn again.
2022-07-18Moved/improved standard libraryMarvin Borner
and other things