Overview

Lilt is a content-free parser generator. It accepts a specification and returns a parser based on that specification. Lilt specifications look very similar to Backus-Naur form, but have extra syntax in order to be a parser generator rather than just a grammar specification.

Learning Lilt

To learn Lilt, it’s recommended to start with the tutortial.