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
Description
No description provided
Readme AGPL-3.0 386 KiB
Languages
Python 97.4%
Makefile 2.6%