lua-users home
lua-l archive

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


I rewrote the lexer in Lua-5.0, so now it should be portable.
See the links at the bottom of this page:
http://lua-users.org/wiki/LexicalAnalysis

It would be a little harder to get it to work in Lua-4.0, but it could be 
done.

- Peter Shook

On Wednesday 02 April 2003 21:40, you wrote:
> Is this portable? Will it work in Lua 4.0? I'd love to set up a CGI with
> something like this on it, for formatting of embedded code used in my
> product.
>