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
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
b2a852d9
Commit
b2a852d9
authored
Jul 12, 2010
by
Francois Bobot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In a .why a meta can be an ident or a string
parent
0e384c2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/parser/parser.mly
src/parser/parser.mly
+2
-0
No files found.
src/parser/parser.mly
View file @
b2a852d9
...
...
@@ -159,6 +159,8 @@ decl:
{
Namespace
(
loc
()
,
true
,
None
,
$
4
)
}
|
META
ident
list1_meta_arg_sep_comma
{
Meta
(
loc
()
,
$
2
,
$
3
)
}
|
META
STRING
list1_meta_arg_sep_comma
{
Meta
(
loc
()
,
{
id
=
$
2
;
id_loc
=
loc_i
2
}
,
$
3
)
}
;
/*
Use
and
clone
*/
...
...
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