summaryrefslogtreecommitdiffstats
path: root/development/menhir/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-02-19 17:30:04 +0100
committer Erik Hanson2014-02-21 21:41:02 +0100
commit4f35a1144bd059f1e2a3c57165f80592030e8cac (patch)
tree83e5745165a2c5afd5db82b736438e107a5856d8 /development/menhir/README
parent4c25b24b71c681867dd954e50997eab84d2801fd (diff)
downloadslackbuilds-4f35a1144bd059f1e2a3c57165f80592030e8cac.tar.gz
development/menhir: Added (OCaml parser generator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/menhir/README')
-rw-r--r--development/menhir/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/development/menhir/README b/development/menhir/README
new file mode 100644
index 0000000000..c23cf7d8a3
--- /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.