Package : ocaml-cfg

Package details

Summary: Library for manipulation of context-free grammars (CFGs)

Description:
This OCaml-library consists of a set of modules which implement functions
for manipulating context-free grammars (CFGs) in a purely functional way.

The core-module (cfg_impl.ml) contains a functor which allows the
parameterization of the main transformation functions with arbitrary grammar
entities that fill the demanded specification (see the interface in
"cfg_intf.mli" and the BNF-example).

Thus, you may use this module for any kind of symbol system and any kind of
representation which can be treated like a CFG.


URL: http://mmottl.github.io/cfg/
License: LGPL with static compilation exception

Maintainer: nobody

List of RPMs