Closed pdarragh closed 9 years ago
There's a use of type_match that ought to be just match.
type_match
match
Additionally, figure out what the whole
if symbols[-1] != REPEAT and (s != len(symbols) or l != len(literals)): return False
business is all about. I still can't remember the case for it.
There's a use of
type_match
that ought to be justmatch
.Additionally, figure out what the whole
business is all about. I still can't remember the case for it.