diff options
Diffstat (limited to 'development/menhir/README')
-rw-r--r-- | development/menhir/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/development/menhir/README b/development/menhir/README new file mode 100644 index 0000000000000..c23cf7d8a3988 --- /dev/null +++ b/development/menhir/README @@ -0,0 +1,2 @@ +Menhir is a LR(1) parser generator for the OCaml programming language. +That is, Menhir compiles LR(1) grammar specifications down to OCaml code. |