Identifiers

<ident> ::= (<alpha_char> | "_") (<alpha_char> | <dec_digit> | "_")* ;

Dependencies:

The <ident> is a C-style identifier, beginning with an alphabetic character or underscore, followed by zero or more alphanumeric or underscore characters.