caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ocamlyacc -- can i tell it to be quiet?
@ 2005-11-18 14:08 skaller
  2005-11-18 14:16 ` [Caml-list] " Sebastian Egner
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: skaller @ 2005-11-18 14:08 UTC (permalink / raw)
  To: caml-list

The following leads to shift reduce conflict:

ctype_name:
  | LONG LONG 
  | LONG 

Yacc is very weird -- I can parse a list of LONG without
a conflict .. but not two of them?? 

Is there any way to tell it to shut up?

[My script considers any conflict a fatal error]

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-18 15:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-18 14:08 ocamlyacc -- can i tell it to be quiet? skaller
2005-11-18 14:16 ` [Caml-list] " Sebastian Egner
2005-11-18 15:59   ` skaller
2005-11-18 14:22 ` skaller
2005-11-18 14:34 ` Jon Harrop
2005-11-18 14:58 ` Christian Lindig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).