Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
menhir
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
POTTIER Francois
menhir
Commits
01066c2b
Commit
01066c2b
authored
Mar 30, 2017
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add bench/README.
parent
1cf27732
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
bench/README
bench/README
+21
-0
No files found.
bench/README
0 → 100644
View file @
01066c2b
This is a regression test suite. It is NOT a performance test suite.
The subdirectory good/ contains a series of test grammars which Menhir is
supposed to accept. We test that the following commands:
menhir --only-preprocess
menhir --explain -lg 2 -la 2 -lc 2
both succeed and produce the expected output. We do NOT test that the
generated parsers behave correctly.
The subdirectory bad/ contains a series of test grammars which Menhir is
supposed to reject. We test that the following command:
menhir
fails and produces the expected output.
Some tests involve multiple files. By convention, if several files have the
same name up to a numeric suffix, then they belong in a single group and
should be fed together to Menhir.
Write
Preview
Markdown
is supported
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