Re: LPeg - new version
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LPeg - new version
- From: roberto@... (Roberto Ierusalimschy)
- Date: 2007年3月23日 11:13:45 -0300
> Why using * instead of ..?
As already explained (both in the list and in the documentation), the main
reason is precedence.
> But I like the idea of being able to develop frontend and backend in
> Lua. Could it be possible to model the lua grammar as an example?
Some students of mine are writing one. I hope they will finish soon...
-- Roberto