Module boa::syntax::parser::error[][src]

Expand description

Error and result implementation for the parser.

Enums

ParseError is an enum which represents errors encounted during parsing an expression

Type Definitions

Result of a parsing operation.