diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:33:36 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:24 +0700 |
commit | ff8f1bb91cfb872041f62ab429cc4b6763909863 (patch) | |
tree | f4f9effd09a4e0f0548c54af328690e60e24b1bc /development/menhir | |
parent | 92da1f440f4994c5891cfe090cfdbe5953a4016d (diff) |
development/menhir: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/menhir')
-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. |