This is an ANTLR-based parser which is meant as an extension to CArL.
The parser requires the following tools:
- CArL
- Maven
To build, first install CArL. Then build carl-parser with
mkdir build
cd build
cmake ..
makeYou can run tests with
test/carl-parser-testor simply with
make testOn MacOSX, there is a known problem with the rpath, which might lead to an error when executing the tests. The problem can be alleviated by re-running both
cmake ..
make- Harold Bruintjes
- Sebastian Junges
- Gereon Kremer