Skip to content

Commit fb5951b

Browse files
committed
Add --lalr flag to menhir invocations
1 parent 549a0ff commit fb5951b

File tree

4 files changed

+5480
-5763
lines changed

4 files changed

+5480
-5763
lines changed

src/ocaml/preprocess/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(modules parser_raw)
1111
(enabled_if (<> %{profile} "release"))
1212
(mode (promote (only parser_raw.ml parser_raw.mli)))
13-
(flags :standard --inspection --table --cmly))
13+
(flags :standard --inspection --table --cmly --lalr))
1414

1515
(rule
1616
(targets parser_recover.ml)

src/ocaml/preprocess/parser_raw.ml

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)