moreati / ppeg

A Python port of Lua's LPeg pattern matching library
MIT License
6 stars 2 forks source link

Initial start position support #12

Open moreati opened 8 years ago

moreati commented 8 years ago

PPeg patterns currently always start matching at character 0. LPeg.match has an optional init argument, and PPeg should also.