aboutsummaryrefslogtreecommitdiffhomepage
path: root/std/Combinator.bruijn
AgeCommit message (Collapse)Author
2024-09-06Sample/std fixesMarvin Borner
2024-08-06Complex updatesMarvin Borner
2024-03-02Several additions to stdMarvin Borner
Some weren't committed for a year!
2024-02-26Fixed universal machineMarvin Borner
2024-02-21Additions for Rosetta CodeMarvin Borner
2023-11-06Minor general additionsMarvin Borner
2023-10-15Fixed some minor thingsMarvin Borner
2023-04-08Various improvements to standard library docsMarvin Borner
2023-02-23Additions to standard libraryMarvin Borner
Mainly new binary encoding and corresponding functions
2023-02-22Added types for most combinatorsMarvin Borner
2023-02-21Standard library syncMarvin Borner
2022-08-31More functionsMarvin Borner
2022-08-29Started mixfix chainingMarvin Borner
2022-08-26General std improvementsMarvin Borner
2022-08-20Parser shenanigansMarvin Borner
2022-08-17Many additional functionsMarvin Borner
2022-08-16Std improvementsMarvin Borner
very descriptive as always :D I honestly don't know though
2022-08-15Combinator replacementsMarvin Borner
2022-08-13Bird combinatorsMarvin 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-08Obviously trivialMarvin Borner
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