withoutboats / notty

A new kind of terminal
GNU Affero General Public License v3.0
2.3k stars 41 forks source link

Use parsell streaming parser library for parsing. #22

Closed withoutboats closed 7 years ago

withoutboats commented 8 years ago

This is an experiment to replace the hand-written recursive descent parser with parsell, a streaming parser library.