forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated description for earley-ocaml 1.0.0
- Loading branch information
Rodolphe Lepigre
committed
Feb 13, 2018
1 parent
9d3fa62
commit f5ddfba
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Earley-ocaml extensible parser for OCaml | ||
Earley-OCaml extensible parser for OCaml (and pa_ocaml preprocessos) | ||
|
||
Earley-ocaml is an extensible parser for OCaml, written using the | ||
Earley library. It provides a preprocessor called pa_ocaml that | ||
extends the OCaml with a BNF-like syntax for writing parsers inside | ||
the language. | ||
Earley-OCaml is an (extensible) parser for OCaml, written using the | ||
Earley library. It come with a built-in preprocessor called pa_ocaml | ||
which handles a natural BNF-like syntax extension for OCaml. It can | ||
be used to define Earley parsers inside the language. | ||
|
||
Authors: | ||
- Christophe Raffalli <christophe.raffalli@univ-savoie.fr> | ||
- Rodolphe Lepigre <rodolphe.lepigre@univ-savoie.fr> | ||
- Christophe Raffalli <christophe@raffalli.eu> | ||
- Rodolphe Lepigre <rodolphe.lepigre@lepigre.fr> |