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
21bd69d6
Commit
21bd69d6
authored
Jan 13, 2023
by
Patrick Baudin
Browse files
removes menhir renaming of the nonterminal symbol option
parent
1ff865ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/aorai/yaparser.mly
View file @
21bd69d6
...
...
@@ -175,11 +175,11 @@ type pre_cond = Behavior of string | Pre of Automaton_ast.condition
main
:
options
metavars
states
EOF
{
build_automaton
$
1
$
2
$
3
}
options
:
options
option
{
$
1
@
[
$
2
]
}
|
option
{
[
$
1
]
}
:
options
an_
option
{
$
1
@
[
$
2
]
}
|
an_
option
{
[
$
1
]
}
;
option
an_
option
:
PERCENT
IDENTIFIER
opt_identifiers
SEMI_COLON
{
match
$
2
with
|
"init"
->
Init
$
3
...
...
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