Crate esparse [] [src]

A fast JavaScript parser. Currently only a lexical analyzer.

Reexports

pub use ast::Loc;
pub use ast::Span;

Modules

ast

Syntactic constructs and related data structures.

lex

Lexical analysis (tokenizing/lexing).

Macros

eat

Consumes a token from the given lexer if it matches one of the patterns given.