Skip to content
Snippets Groups Projects
Commit e266b9ba authored by Patrick Baudin's avatar Patrick Baudin Committed by Virgile Prevosto
Browse files

init using menhir for the logic parser

parent 5be9e5b3
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,11 @@
(ocamllex logic_preprocess)
(ocamllex logic_lexer)
(ocamlyacc logic_parser)
(menhir
(modules logic_parser)
; "--fixed-exception" fixes compatibility with ocamlyacc Parsing.Parse_error
(flags --fixed-exception --explain --dump --comment)
)
(menhir
(modules cparser)
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment