Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

AdaCore/RecordFlux-parser

Repository files navigation

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:

Note: GNAT must be added to the PATH environment variable after installation: export PATH=<GNAT-directory>/bin:$PATH.

The configuration of the development tools and some dependencies are managed in separate repositories and must be downloaded and set up once.

$ make init

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.