pdarragh / Kelpy

A parser and interpreter for a made-up Polish prefix language.
1 stars 0 forks source link

Update kexp_match calls #7

Closed pdarragh closed 9 years ago

pdarragh commented 9 years ago

There's a use of type_match that ought to be just 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.