Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 96
and
Version 97
of
IR
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/30/15 09:17:42 (
10 years
ago)
Author:
siegel
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
IR
v96
v97
41
41
funopts: '[' funopt+ ']' ;
42
42
conclause : 'assigns' expr ';'
43
| 'requires' expr ';'
44
| 'ensures' expr ';'
45
...
46
;
43
| 'requires' expr ';'
44
| 'ensures' expr ';'
45
...
46
;
47
47
}}}
48
48