Module tagua_parser::rules::tokens
[−]
[src]
Group of token rules.
The list of all tokens is provided by the PHP Language Specification in the Grammar chapter, Tokens section.
Functions
name |
Recognize a name. |
qualified_name |
Recognize a qualified name. |
variable |
Recognize a variable. |