I've been playing around with rust-peg and one thing I think would be useful is to allow for rule identifiers written in all caps to be used similarly to _ and __, as in usable without parentheses and all. Maybe even an attribute marker of some kind.
Hello!
I've been playing around with rust-peg and one thing I think would be useful is to allow for rule identifiers written in all caps to be used similarly to
_
and__
, as in usable without parentheses and all. Maybe even an attribute marker of some kind.Thanks!