Hi, At Tue, 28 May 2002 13:59:19 +0900, Yukihiro Matsumoto wrote: > |Would it be possible to add '-p ruby' to the bison command line args > |and then change all references from yyparse() to rubyparse() or > |rbparse()? > > I think plain yacc does not accept '-p'. Many users compiled Ruby > using non-bison yacc, so I don't want to force bison to compile. BSD origin and SUSv2 yacc's also accept, but older SystemV-like system (and SunOS4?) may not. > If there's other workaround (probably using cpp), I'd love to merge. It may be difficult to know all symbols defined externally by yacc. Perhaps, they also cause the conflict. -- Nobu Nakada