[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/3] lalr skeletal changes: new symbol types
From: |
Akim Demaille |
Subject: |
Re: [PATCH 0/3] lalr skeletal changes: new symbol types |
Date: |
Fri, 4 Jan 2013 13:36:28 +0100 |
Le 4 janv. 2013 à 13:55, Theophile Ranquet <address@hidden> a écrit :
> Hi all,
>
> I have taken some interest in the skeletons, recently. For starters, here is
> some rework on the LALR skeleton (a change to the container for the symbol
> stack), and a change to the type of symbols, which should make some things a
> bit clearer.
You really mean "lalr.cc", as "yacc.c" is also LALR. Or rather, neither are:
they are both *LR(1) skeletons, accepting LALR(1), LR(1) and IELR(1).