lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Peter,

  This is amazing (both LPeg and your lua lexer), much kudos to you!
I would try to do the same for GLSL which actually I need. A place in
the wiki will be great, and hope others do lexers for other languages
( I'm sure there are many lua powered editors out there that will get
benefited from this ).

Cheers,
   Jose L.

2007/4/6, Peter Odding <xolox@home.nl>:
Hi all! Despite my interest in LPeg it took me till last week to try it out.
First evaluation: it rocks :). I think LPeg can be for Lua what regex are for
Perl. That is, in popularity, because LPeg's flexibility and speed are already
amazing. This says *a lot*. As a test for myself and LPeg I wrote a
lexer/tokenizer[1] based on the BNF at lua.org/manual/5.1 and a syntax
highlighter[2] to try it out. Both are public domain, so if anyone wants to put
them on the wiki[1] or if Roberto wants to include the lexer as an example with
LPeg, that's fine with me.

As noted in the readme for the lexer I think it should handle all syntax but I
might have missed a number format or something. Corrections welcome.

Thank you Roberto for this most wonderful library!

[1] http://xolox.ath.cx/lua/lexer.html
[2] http://xolox.ath.cx/lua/highlighter.html
[3] http://lua-users.org/wiki/LpegRecipes



--
 Jose L. Hidalgo Valiño (PpluX)
 ---- http://www.pplux.com ----