Ordered PEG choice: a | b | c -- first match wins, always.
Summary
Types
@type t() :: %Grammar.IR.Choice{exprs: [Grammar.IR.expr()], meta: Grammar.IR.Meta.t()}
Ordered PEG choice: a | b | c -- first match wins, always.
@type t() :: %Grammar.IR.Choice{exprs: [Grammar.IR.expr()], meta: Grammar.IR.Meta.t()}