Given a sequence of tokens, returns a list of the greatest common nodes in a pattern and their corresponding remainders (see Node.matchPattern and [[Match]] for details).
However, unlike Node.matchPattern, this method attempts to resolve any results with
remainders at this contextual-level. That is, if a result from a matchPattern
call on
a sub-context has remainders, this method will attempt to extend the match by trying to
match the remainder token sequence with the subsequent words in the pattern.
input tokens we wish to pattern match.
Generated using TypeDoc
Given an word, returns the final node which matches the complete word. null otherwise.