Crate esr

source ·

Modules

Macros

If the next token matches $p, consume that token and execute $eval.
Return an error if the next token doesn’t match $p.

Structs

A JavaScript module parsed to an AST.

Functions

Parse the JavaScript source &str and produce an Abstract Syntax Tree Module.