mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
Since nowadays Langkit itself depends on both libraries to do its work and since both libraries use `Langkit_Support`, the standalone mode is necessary to allow Langkit developpers to use Langkit testcases to check and debug (potentially very buggy) patches on `Langkit_Support`.
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