Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
preprocessor
Commits
fbc42b19
Commit
fbc42b19
authored
May 03, 2019
by
Stéphane Adjemian
Browse files
Allow th use of EXPECTATION keyword in variables tags.
parent
7fb59164
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/DynareBison.yy
View file @
fbc42b19
...
...
@@ -3899,6 +3899,8 @@ symbol : NAME
{ $$ = $1; }
| PRIOR
{ $$ = $1; }
| EXPECTATION
{ }
;
...
...
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