Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
d52738aa
Commit
d52738aa
authored
Sep 14, 2015
by
POTTIER Francois
Browse files
Updated .expected files for epsilon-cycle and no-tokens.
parent
35f54807
Changes
2
Hide whitespace changes
Inline
Side-by-side
bench/bad/epsilon-cycle.expected
View file @
d52738aa
%start a
File "epsilon-cycle.mly", line 8, characters 2-4:
File "epsilon-cycle.mly", line 11, characters 2-4:
%type <unit> a
Error: the grammar is ambiguous.
%%
The following items participate in an epsilon-cycle:
a -> . b
a:
b -> . a
| b
{ () }
b:
| a
{ () }
%%
bench/bad/no-tokens.expected
View file @
d52738aa
%start s
Error: no tokens have been declared.
%type <unit> s
%%
s:
| s
{}
%%
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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