Re: Bison table compression algorithm

2006-08-18 Thread Hans Aberg
On 19 Aug 2006, at 00:35, Satya wrote: I was reading the original paper about Bison - "Static Semantics and Compiler Error Recovery" by Robert Paul Corbett, and it says Bison's table organization is based on a technique proposed by Ziegler and described in Tarjan and Yao in [TY78] ("Storing

Bison table compression algorithm

2006-08-18 Thread Satya
hi, I was reading the original paper about Bison - "Static Semantics and Compiler Error Recovery" by Robert Paul Corbett, and it says Bison's table organization is based on a technique proposed by Ziegler and described in Tarjan and Yao in [TY78] ("Storing a Sparse Table"); My question is this: d