Files
Pierre-Marie de Rodat ed8a12c302 Fix language name casings in manage.py scripts
... and do the necessary adjustments in the rest of the codebase.
2021-09-24 12:07:42 +02: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