ParserCombinator.jl
ParserCombinator.jl copied to clipboard
add methods to `<` and `<=` instead of to `>` and `>=`
As documented, the intended way to implement > is to add a method to <. Similarly with >=.
this seems reasonable unfortunately all out CI is broken so can't check it