Stream-oriented matching. The observer can match in parallel with the main matcher.
context for the whole parsing operation
listeners observing input characters as they are read
Observe a match. The return can change the matcher in use, or return the current matcher.
pattern to observe
Generated using TypeDoc
Stream-oriented matching. The observer can match in parallel with the main matcher.