parser.yy (bison-3.8.1.tar.xz) | : | parser.yy (bison-3.8.2.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
You should have received a copy of the GNU General Public License | You should have received a copy of the GNU General Public License | |||
along with this program. If not, see <https://www.gnu.org/licenses/>. */ | along with this program. If not, see <https://www.gnu.org/licenses/>. */ | |||
%skeleton "lalr1.cc" // -*- C++ -*- | %skeleton "lalr1.cc" // -*- C++ -*- | |||
%require "3.8.1" | %require "3.8.2" | |||
%header | %header | |||
%define api.token.raw | %define api.token.raw | |||
%define api.token.constructor | %define api.token.constructor | |||
%define api.value.type variant | %define api.value.type variant | |||
%define parse.assert | %define parse.assert | |||
%code requires { | %code requires { | |||
# include <string> | # include <string> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |