Make menhir less verbose, to see error messages in gitlab.
This commit is contained in:
parent
5151a0fd92
commit
c71e47f252
@ -7,7 +7,7 @@
|
||||
(menhir
|
||||
(merge_into Parser)
|
||||
(modules ParToken Parser)
|
||||
(flags -la 1 --table --strict --explain --external-tokens LexToken))
|
||||
(flags --table --strict --external-tokens LexToken))
|
||||
|
||||
;; Build of the parser as a library
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
(menhir
|
||||
(merge_into Parser)
|
||||
(modules ParToken Parser)
|
||||
(flags -la 1 --table --strict --explain --external-tokens LexToken))
|
||||
(flags --table --strict --external-tokens LexToken))
|
||||
|
||||
;; Build of the parser as a library
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
(menhir
|
||||
(merge_into Parser)
|
||||
(modules ParToken Parser)
|
||||
(flags -la 1 --table --strict --explain --external-tokens LexToken))
|
||||
(flags --table --strict --external-tokens LexToken))
|
||||
|
||||
;; Build of the parser as a library
|
||||
|
||||
|
2
vendors/Preproc/build.sh
vendored
2
vendors/Preproc/build.sh
vendored
@ -2,7 +2,7 @@
|
||||
set -x
|
||||
ocamllex.opt Escan.mll
|
||||
ocamllex.opt Preproc.mll
|
||||
menhir -la 1 Eparser.mly
|
||||
menhir Eparser.mly
|
||||
ocamlfind ocamlopt -strict-sequence -w +A-48-4 -c Etree.ml
|
||||
ocamlfind ocamlopt -strict-sequence -w +A-48-4 -c Error.ml
|
||||
ocamlfind ocamlopt -strict-sequence -w +A-48-4 -c Etree.ml
|
||||
|
Loading…
Reference in New Issue
Block a user