lua-users home
lua-l archive

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


Hello,

I'm creating a editor, which are used to insert Lua code into a database. I would like to create a syntax highlighter for the Lua code.
Is there a definition of the language like EBNF or regular expression for getting different language elements.

Thanks

Phil