Parser.opBinary

dsl for sequences e.g. match("a") ~ match("b") matches "ab"

  1. Parser opBinary(Variant[] function(Variant[] objects) toCall)
  2. Parser opBinary(Parser rhs)
  3. Parser opBinary(Parser rhs)
    class Parser(T)
    opBinary
    (
    string op
    )
    if (
    op == "~"
    )

Meta