A function that combines the left and right operands. For example: (a, b) => a + b
(a, b) => a + b
Whether the operator is left- or right-associative
A parser that matches the operator (e.g. char("+") or str("**"))
char("+")
str("**")
Generated using TypeDoc
A function that combines the left and right operands. For example:
(a, b) => a + b