Represents a step during matching. Can be a matcher or a function, that can work on the context and return a fresh value.
Represents something that can be passed into a microgrammar
Turns a JSON element such as name: "literal" into a matcher. Return undefined if the object is undefined or null
object to attempt to make into a matcher
Generated using TypeDoc
Represents a step during matching. Can be a matcher or a function, that can work on the context and return a fresh value.