diff options
-rw-r--r-- | development/menhir/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/menhir/README b/development/menhir/README index c23cf7d8a3988..3e017c74e1abb 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. |