Files
langkit/contrib/python
Pierre-Marie de Rodat f9465ae01f langkit.libmanage: initialize verbosity in __init__ rather than setattr
Minor refactoring: pass the right verbosity level to CompileCtx.__init__
constructor instead of patching it after the instance has been created
(cleaner).
2025-01-07 15:09:51 +00: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