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

Error and result implementation for the parser.

Enums

ParseError

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

Type Definitions

ParseResult

Result of a parsing operation.