[−][src]Module boa::syntax::ast::token
This module implements all of the Tokens used in the JavaScript programing language.
More information:
Structs
| RegExpFlags | |
| Token | This represents the smallest individual words, phrases, or characters that JavaScript can understand. |
Enums
| NumericLiteral | Represents the type differenct types of numeric literals. |
| TokenKind | Represents the type of Token and the data it has inside. |