Tutorial
This tutorial explains step by step how to implement a parser with Lexigram.
In the overview, we briefly see what’s generated and how it should be used in a broad outline. It’s not a reference, but it contains a number of concepts and methods that may seem too abstract at the beginning, so feel free to skip some parts and come back later if you prefer a more hands-on approach.
In the next part, a practical example of a parser is developed. It doesn’t cover all the available features, but it gives you a good starting point if you want to develop your own parser.