forked from pool/bison
Accepting request 185694 from home:elvigia:branches:devel:tools:compiler
- Update to bision 3.0 * deep overhaul/improvements of the diagnostics * more versatile means to describe semantic value types, including the ability to store genuine C++ objects in C++ parsers * push-parser interface extended to Java * parse-time semantic predicates for GLR parsers. * This is a major update, please see https://lwn.net/Articles/561990/ for all details and backward incompatible changes. OBS-URL: https://build.opensuse.org/request/show/185694 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=30
This commit is contained in:
parent
f95062b320
commit
cf2ae47823
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43d8c5c466486031d5e7195a152ff49651ccac91599692e788b5ec5b693ca7fd
|
|
||||||
size 1776640
|
|
3
bison-3.0.tar.xz
Normal file
3
bison-3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e9ac5585002b71208aee8a20bbe1ced96c48766e6c4247bc7ef8f3141f7624c8
|
||||||
|
size 1913532
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 3 02:24:50 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Update to bision 3.0
|
||||||
|
* deep overhaul/improvements of the diagnostics
|
||||||
|
* more versatile means to describe semantic value types,
|
||||||
|
including the ability to store genuine C++ objects in C++ parsers
|
||||||
|
* push-parser interface extended to Java
|
||||||
|
* parse-time semantic predicates for GLR parsers.
|
||||||
|
* This is a major update, please see https://lwn.net/Articles/561990/
|
||||||
|
for all details and backward incompatible changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 9 07:53:58 UTC 2013 - schwab@suse.de
|
Tue Jul 9 07:53:58 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Requires(pre): %install_info_prereq
|
|||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: bison-64bit
|
Obsoletes: bison-64bit
|
||||||
%endif
|
%endif
|
||||||
Version: 2.7
|
Version: 3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNU Parser Generator
|
Summary: The GNU Parser Generator
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user