Re: Lua parser internals
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua parser internals
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2015年7月13日 16:26:40 -0300
> As I work on Ravi perhaps one of the most complex areas I have to deal
> with is the Lua Parser and Code generator. As I understand more I tend
> to add notes for my own benefit - explaining my understanding.
>
> One such note is given below. I would be grateful if Roberto or Luiz
> could comment on the correctness of this description.
It seems correct (but I did not check the long example).
-- Roberto