summaryrefslogtreecommitdiff
path: root/src/myocamlbuild.ml
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-01-05 17:56:53 +0000
committerAlasdair Armstrong2018-01-05 17:56:53 +0000
commit9f99b67e3009f0a40a0a14cde3201f2d7839efbd (patch)
tree8d80dfa2889e5448c8c1330dd71cb8be1530ceeb /src/myocamlbuild.ml
parent90bfc9c8e401e41a2f4616b84976a57f357664df (diff)
Moved parser, lexer and pretty printer to correct locations.
Diffstat (limited to 'src/myocamlbuild.ml')
-rw-r--r--src/myocamlbuild.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/myocamlbuild.ml b/src/myocamlbuild.ml
index d912c965..1babc1c9 100644
--- a/src/myocamlbuild.ml
+++ b/src/myocamlbuild.ml
@@ -109,11 +109,5 @@ dispatch begin function
mv (basename (env "%.lem")) (dirname (env "%.lem"))
]);
- rule "old parser"
- ~insert:(`top)
- ~prods: ["parser.ml"; "parser.mli"]
- ~dep: "parser.mly"
- (fun env builder -> Cmd(S[V"OCAMLYACC"; T(tags_of_pathname "parser.mly"++"ocaml"++"parser"++"ocamlyacc"); Px "parser.mly"]));
-
| _ -> ()
end ;;