Expand description
A fast JavaScript parser. Currently only a lexical analyzer and a skipper.
Re-exports§
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.