Files
langkit/contrib/python
Pierre-Marie de Rodat 736b3ee3a6 Make libpythonlang and liblktlang standalone
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`.
2023-06-23 13:02:58 +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