Module syntax

Module syntax 

Source
Expand description

Syntactical analysis, such as Abstract Syntax Tree (AST), Parsing and Lexing

Re-exports§

pub use lexer::Lexer;
pub use parser::Parser;

Modules§

ast
The Javascript Abstract Syntax Tree.
lexer
A lexical analyzer for JavaScript source code.
parser
Boa parser implementation.