We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549a0ff commit d1cb27eCopy full SHA for d1cb27e
src/ocaml/preprocess/dune
@@ -10,7 +10,7 @@
10
(modules parser_raw)
11
(enabled_if (<> %{profile} "release"))
12
(mode (promote (only parser_raw.ml parser_raw.mli)))
13
- (flags :standard --inspection --table --cmly))
+ (flags :standard --inspection --table --cmly --lalr))
14
15
(rule
16
(targets parser_recover.ml)
src/ocaml/preprocess/parser_raw.ml
0 commit comments