Module Parslet::Atoms::Precedence
In: lib/parslet/atoms.rb

The precedence module controls parenthesis during the inspect printing of parslets. It is not relevant to other aspects of the parsing.

Constants

BASE = (prec+=1)
LOOKAHEAD = (prec+=1)
REPETITION = (prec+=1)
SEQUENCE = (prec+=1)
ALTERNATE = (prec+=1)
OUTER = (prec+=1)

[Validate]