1 مستودع
Components that break JavaScript source code into individual tokens for further parsing.
Distinct from JavaScript Source Parsers: Focuses specifically on the lexical tokenization phase rather than the full parsing of source into structured data.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Lexical Tokenizers. Refine with filters or upvote what's useful.
Esprima is a JavaScript parser that converts source code into a structured abstract syntax tree. It implements a specification-driven grammar to ensure compliance with ECMAScript standards, enabling the programmatic analysis and transformation of JavaScript programs. The project provides capabilities for lexical tokenization to break source code into individual symbols and static syntax validation to verify that scripts are well-formed without executing the code. Its functional surface covers JavaScript static analysis, lexical analysis, and the generation of abstract syntax trees.
Provides lexical tokenization to break JavaScript source code into individual symbols.