pc4d v1.0.9 (2022-08-26T10:46:45Z)
Dub
Repo
Parser.opBinary
pc4d
parser
Parser
dsl for alternatives e.g. match("abc") | match("def") matches "abc" or "def"
Parser
opBinary
(Variant[] function(Variant[] objects) toCall)
Parser
opBinary
(Parser rhs)
class
Parser
(T)
Parser
opBinary
(
string
op
)
(
Parser
rhs
)
if
(
op
== "|"
)
Parser
opBinary
(Parser rhs)
Meta
Source
See Implementation
pc4d
parser
Parser
functions
opBinary
opUnary
parse
parseAll
setCallback
transform
static functions
success
variables
fCallable
dsl for alternatives e.g. match("abc") | match("def") matches "abc" or "def"