[Gstreamer-bugs] [Bug 110809] New - parse grammer has conflicts
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Mon Apr 14 21:23:43 PDT 2003
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=110809
Changed by vishnu at pobox.com.
--- shadow/110809 Tue Apr 15 00:23:43 2003
+++ shadow/110809.tmp.17408 Tue Apr 15 00:23:43 2003
@@ -0,0 +1,24 @@
+Bug#: 110809
+Product: GStreamer
+Version: HEAD CVS
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org
+ReportedBy: vishnu at pobox.com
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL:
+Summary: parse grammer has conflicts
+
+./grammar.y: conflicts: 32 shift/reduce, 6 reduce/reduce
+
+This may not be a bug, but so much ambiguity can make the parser slow and
+certainly hard to maintain.
+
+i recommend PCCTS. It's much better at handling ambiguity than bison/flex.
+ So if you are going to rewrite the parser, use something like PCCTS.
More information about the Gstreamer-bugs
mailing list