From 98f055dbede6db527cc3a440e0e1817e1946fd38 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 20 Jun 2018 20:32:57 +0630 Subject: [PATCH] add menhir.boot.ml Signed-off-by: Rudi Grinberg --- src/menhir.boot.ml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/menhir.boot.ml diff --git a/src/menhir.boot.ml b/src/menhir.boot.ml new file mode 100644 index 00000000..cfa023f9 --- /dev/null +++ b/src/menhir.boot.ml @@ -0,0 +1,5 @@ +let gen_rules _ _ = () + +let targets _ = [] + +let module_names _ = []