You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: