lua-users home
lua-l archive

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


Hi,

What is a valid lua variable name?

The grammar defines:
var ::= Name

I need to know the definition of 'Name'.
I guess I cound figure it out in lparser.c, but I'm not a "lua source code
expert".

Thanks in advance,
Danilo