bison-patches
[Top][All Lists]
Advanced

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

Re: [PATCH 1/3] lalr1.cc: change symbols implementation


From: Akim Demaille
Subject: Re: [PATCH 1/3] lalr1.cc: change symbols implementation
Date: Fri, 4 Jan 2013 13:34:08 +0100

Le 4 janv. 2013 à 13:55, Theophile Ranquet <address@hidden> a écrit :

> * data/c++.m4 (symbol_base_type<Exact>): Remove, replace by...
> (basic_symbol<Base>): which derives from its parameter, one of...
> (by_state, by_type): which provide means to retrieve the actual type of
> symbol.
> (symbol_type): Is now basic_symbol<by_type>.
> (stack_symbol_type): Is now basic_symbol<by_state>.
> * data/lalr1.cc: Many adjustments.

Please, install.  This is a real improvement.


reply via email to

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