Package: bisonc++
Version: 1.01
Severity: normal
This is a `heads up' bugreport, while a new release is being prepared.
With some grammars, bisonc++ produces spurious RR conflicts. An example of
such a grammar is
%%
run:
one
|
two X
;
one:
;
two:
one
;
The problem is caused by an error in the Lookahead-propagation algorithm
currently implemented in bisonc++. The problem has been solved, and I'm
working on the completion of the next release, which can be expected in at
most a few weeks from now.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages bisonc++ depends on:
ii libbobcat1 1.10.2-1 run-time (shared) Bobcat library
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libgcc1 1:4.1.1-13 GCC support library
ii libstdc++6 4.1.1-13 The GNU Standard C++ Library v3
bisonc++ recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]