Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
1ff865ac
Commit
1ff865ac
authored
Jan 13, 2023
by
Patrick Baudin
Browse files
init using menhir for aorai parser
parent
f19c1613
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/aorai/dune
View file @
1ff865ac
...
...
@@ -47,6 +47,10 @@
)
(ocamllex yalexer)
(ocamlyacc yaparser)
(menhir
(modules yaparser)
; "--fixed-exception" fixes compatibility with ocamlyacc Parsing.Parse_error
(flags --fixed-exception --explain --dump --comment)
)
(plugin (optional) (name aorai) (libraries frama-c-aorai.core) (site (frama-c plugins)))
src/plugins/aorai/dune-project
View file @
1ff865ac
...
...
@@ -26,3 +26,4 @@
(name frama-c-aorai)
(using dune_site 0.1)
(using menhir 2.1)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment