Module parser

Module parser 

Source
Expand description

Boa parser implementation.

Re-exports§

pub use self::error::ParseError;
pub use self::error::ParseResult;

Modules§

error
Error and result implementation for the parser.

Structs§

Parser
Script
Parses a full script.
ScriptBody
Parses a script body.