parser: new bison version

This commit is contained in:
Felipe Zimmerle 2019-04-22 10:46:27 -03:00
parent b574418386
commit 0669c2e64d
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277
5 changed files with 7679 additions and 5944 deletions

View File

@ -1,8 +1,8 @@
// A Bison parser, made by GNU Bison 3.2.
// A Bison parser, made by GNU Bison 3.3.2.
// Locations for Bison parsers in C++
// Copyright (C) 2002-2015, 2018 Free Software Foundation, Inc.
// Copyright (C) 2002-2015, 2018-2019 Free Software Foundation, Inc.
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@ -57,7 +57,7 @@
namespace yy {
#line 60 "location.hh" // location.cc:339
/// Abstract a position.
/// A point in a source file.
class position
{
public:
@ -176,7 +176,7 @@ namespace yy {
return ostr << pos.line << '.' << pos.column;
}
/// Abstract a location.
/// Two points in a source file.
class location
{
public:

View File

@ -1,4 +1,4 @@
// A Bison parser, made by GNU Bison 3.2.
// A Bison parser, made by GNU Bison 3.3.2.
// Starting with Bison 3.2, this file is useless: the structure it
// used to define is now defined in "location.hh".

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
// A Bison parser, made by GNU Bison 3.2.
// A Bison parser, made by GNU Bison 3.3.2.
// Starting with Bison 3.2, this file is useless: the structure it
// used to define is now defined with the parser itself.