Module as3_parser::parser
source · Expand description
Defines the parser and the tokenizer.
Using the methods of the ParserFacade structure is the most common way of parsing
programs until end-of-file.
Structs§
- ActionScript reserved word validation.
- The
CharacterValidatorstructure defines static methods for character validation. - Context used to control the parsing of an expression.
- Indicates a fatal syntax error that leads parsing to finish without a resulting node.
Enums§
- Represents a lexical token.
Constants§
- Returns the identifier name that is specially reserved for invalidated identifiers that could not be parsed.