mirror of
https://github.com/AdaCore/RecordFlux-parser.git
synced 2026-02-12 13:09:26 -08:00
v0.2.0
Parser for the RecordFlux language using Langkit.
Tests
As a prerequisite to build the parser, GNAT Community Edition >= 2020 needs to be installed. To run the tests, the RecordFlux language package and its dependencies must also be installed. Either use the respective make target:
$ make install_parser
or install the development version manually using pip:
$ pip3 install ".[Devel]"
Note: Develop mode of setuptools (pip -e) is unsupported.
The tests can then be executed using:
$ make test
Languages
Python
97.4%
Makefile
2.6%