earley
Parsing library based on Earley Algorithm
1024">
IN THIS PACKAGE
-
library earley.core
-
module Earley_core
-
-
library earley.str
-
module Earley_str
-
Libraries
This package provides the following libraries (via dune):
earley.core
Documentation:
Earley_core.Blanks
Earley_core.Charset
A module providing efficient character sets.Earley_core.Container
This library provide a typeContainer.t
, which can be used as a list of polymorphic references.Earley_core.Earley
Earley is a parser combinator library implemented using the Earley algorithm. It focuses mainly on efficiency and is indended to be used in conjunction with the pa_ocaml parser and syntax extention mechanism.Earley_core.Input
A module providing efficient input buffers with preprocessing.Earley_core.Internals
Earley_core.Keywords
Earley_core.Regexp
A small module for efficient regular expressions.Earley_core.Utils
Dependencies: unix
earley.str
Documentation: Earley_str
Dependencies: earley.core, str