bison update
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
%skeleton "lalr1.cc" /* -*- C++ -*- */
|
%skeleton "lalr1.cc" /* -*- C++ -*- */
|
||||||
%require "2.5"
|
%require "2.5"
|
||||||
%defines
|
%defines
|
||||||
%define parser_class_name {rsin_parser}
|
%define api.parser.class {rsin_parser}
|
||||||
|
|
||||||
%code requires {
|
%code requires {
|
||||||
#include <string>
|
#include <string>
|
||||||
@@ -28,7 +28,7 @@ class rsin_driver;
|
|||||||
};
|
};
|
||||||
|
|
||||||
%debug
|
%debug
|
||||||
%error-verbose
|
%define parse.error verbose
|
||||||
|
|
||||||
// Symbols
|
// Symbols
|
||||||
%union
|
%union
|
||||||
|
|||||||
Reference in New Issue
Block a user