skip to navigation
skip to content

Yapps2 2.0.4

An easy to use parser generator producing human-readable Python code

Latest Version: 2.1.1-17.1

Yapps (Yet Another Python Parser System) is an easy to use parser generator that is written in Python and generates Python code. Yapps is simple, is easy to use, and produces human-readable parsers. It is not fast, powerful, or particularly flexible. Yapps is designed to be used when regular expressions are not enough and other parser systems are too much -- situations where you may write your own recursive descent parser.