Skip to content

moves-rwth/carl-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser for carl data structures

This is an ANTLR-based parser which is meant as an extension to CArL.

Requirements

The parser requires the following tools:

Building

Build carl-parser with

mkdir build
cd build
cmake ..
make

You can run tests with

make test

Frequent errors

On macOS, 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

Authors:

  • Harold Bruintjes
  • Sebastian Junges
  • Gereon Kremer
  • Matthias Volk

About

Parser for carl data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published