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
Tiger
nolimips
Commits
3dc81ffb
Commit
3dc81ffb
authored
Jul 14, 2020
by
Raphaël Dias--Monteiro
🐅
Browse files
asm-parse.yy: bump Bison required version
* src/parse/asm-parse.yy.gen.py: Here.
parent
9ef339b6
Pipeline
#21534
failed with stage
in 2 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/parse/asm-parse.yy.gen.py
View file @
3dc81ffb
...
@@ -55,7 +55,7 @@ print ("""
...
@@ -55,7 +55,7 @@ print ("""
using namespace inst;
using namespace inst;
%}
%}
%require "
2.1a
"
%require "
3.2
"
%skeleton "lalr1.cc"
%skeleton "lalr1.cc"
%define parse.error verbose
%define parse.error verbose
%defines
%defines
...
...
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