bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: lalr1.cc: Move tokens and YYSTYPE into the class


From: Hans Aberg
Subject: Re: FYI: lalr1.cc: Move tokens and YYSTYPE into the class
Date: Mon, 3 Oct 2005 09:16:48 +0200

Where is this patch available? Or what is it supposed to do? Specifically, what is supposed to move into what class? The thing that is making me worry is that the C++ header structure should be something like
  token def's
  ...
  class semantic...
  ...
  class lexer...
  ...
  class parser...

  Hans Aberg






reply via email to

[Prev in Thread] Current Thread [Next in Thread]