pc4d ~master (2018-02-15T19:42:36Z)
Dub
Repo
Parser.opBinary
pc4d
parser
Parser
dsl for sequences e.g. match("a") ~ match("b") matches "ab"
Parser
opBinary
(
Variant
[]
function
(
Variant
[]
objects
)
toCall
)
Parser
opBinary
(
Parser
rhs
)
Parser
opBinary
(
Parser
rhs
)
class
Parser
(T)
Parser
opBinary
(
string
op
)
(
Parser
rhs
)
if
(
op
== "~"
)
Meta
Source
See Implementation
pc4d
parser
Parser
functions
opBinary
opUnary
parse
static functions
success
dsl for sequences e.g. match("a") ~ match("b") matches "ab"