Crate esparse

Source
Expand description

A fast JavaScript parser. Currently only a lexical analyzer and a skipper.

Re-exports§

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

Modules§

ast
Syntactic constructs and related data structures.
lex
Lexical analysis (tokenizing/lexing).
skip
Skip syntactic constructs without retaining their structure.

Macros§

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