summaryrefslogtreecommitdiffstats
path: root/development/menhir/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/menhir/README')
-rw-r--r--development/menhir/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/menhir/README b/development/menhir/README
index c23cf7d8a3..3e017c74e1 100644
--- a/development/menhir/README
+++ b/development/menhir/README
@@ -1,2 +1,3 @@
Menhir is a LR(1) parser generator for the OCaml programming language.
-That is, Menhir compiles LR(1) grammar specifications down to OCaml code.
+That is, Menhir compiles LR(1) grammar specifications down to OCaml
+code.