kschiess / parslet

A small PEG based parser library. See the Hacking page in the Wiki as well.
kschiess.github.com/parslet
MIT License
809 stars 95 forks source link

Add a 'finished' atom #147

Closed sheldon-b closed 8 years ago

sheldon-b commented 8 years ago

The Finished atom consumes the remainder of the input and always succeeds.