Files
langkit/contrib/python
Pierre-Marie de Rodat 1b48a52d2d Replace Quex with our own lexer generator
TN: R913-030
2019-02-07 17:44:36 +01:00
..

Python parser

This is a Python parser written on top of Langkit. It is meant as a full example of what can be done with Langkit in terms of parsing, besides Libadalang itself.

Build

$ ./manage.py make

Parse python

build/bin/parse -f my_python_file.py