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