murrayrm / ccl

This library has functions for parsing ccl (the language used by gro) into a set of C++ objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCL - Computation and Control Library
Eric Klavins, circa 2003

To compile:

    qmake
    make

This will create the file libccl.a, which can be used by other
programs (like `gro`).

About

This library has functions for parsing ccl (the language used by gro) into a set of C++ objects.

License:Other


Languages

Language:C++ 79.6%Language:Yacc 14.3%Language:Lex 4.6%Language:QMake 0.9%Language:C 0.6%