Files
langkit/contrib/python/README.md
Raphael Amiard 026ae0310e Add python parser in contrib/ - #11 no-tn-check
Change-Id: I7d46014caccbf45d4a23a6b46b90193d5139dcfc
2018-01-21 14:51:15 +01:00

21 lines
309 B
Markdown

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
-----
```sh
$ ./manage.py make
```
Parse python
------------
```sh
build/bin/parse -f my_python_file.py
```