Hello Toshi,

1. The Apache Thrift compiler uses a YACC (Bison) generated LALR(1) parser.
2. Thus one token look-ahead.

-Randy

On Mon, Feb 23, 2015 at 12:08 PM, Toshi Morita <[email protected]> wrote:

> I'm looking at the IDL description here:
>
> http://thrift.apache.org/docs/idl
>
> but there are some major pieces of information missing.
> Here are the first two questions I have:
>
> 1. Is the grammar LL or LR?
> 2. How many tokens of lookahead?
>
> Toshi
>

Reply via email to