mirror of
https://github.com/AdaCore/RecordFlux-parser.git
synced 2026-02-12 13:09:26 -08:00
v0.12.0
RecordFlux Parser
This is the parser for the RecordFlux language which is based on Langkit.
Development
As a prerequisite to build the parser, the following dependencies need to be installed:
- GNAT Community Edition >= 2020
- GNU MP Arithmetic Library This is provided as a package for various distributions e.g. libgmp-dev (Debian/Ubuntu), gmp-devel (Fedora) or gmp (Arch Linux).
Note: GNAT must be added to the PATH environment variable after installation: export PATH=<GNAT-directory>/bin:$PATH.
To run the tests, the RecordFlux parser package and its dependencies must be installed. Use the respective make target:
$ make install_devel
Note: Develop mode of setuptools (pip -e) is unsupported. The parser must be reinstalled before changes to the code take effect.
All checks and tests can be executed at once with make or individually with make check or make test.
Languages
Python
97.4%
Makefile
2.6%