esparse
ECMAScript parser
An ECMAScript parser that produces an abstract syntax tree from source code
A Beautiful Parser for the ECMAScript Language
116 stars
11 watching
10 forks
Language: JavaScript
last commit: about 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ariya/esprima | Provides high-performance parsing infrastructure for ECMAScript programs | 409 |
freemasen/ress | A Rust-based scanner/tokenizer for the ECMAScript programming language | 3 |
syntax-tree/esast-util-from-js | A utility to convert JavaScript code into an abstract syntax tree (AST) format | 12 |
syntax-tree/esast | Defines an abstract syntax tree format for ECMAScript | 50 |
adams85/acornima | A JavaScript parser library for .NET with improved performance and features. | 26 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 118 |
eslint-community/regexpp | A parser and validator for regular expressions in ECMAScript | 23 |
maxim-mazurok/sax-ts | A tool for parsing XML data in a simple and efficient way | 17 |
coderaiser/escover | A tool for collecting code coverage for EcmaScript Modules in JavaScript applications | 8 |
brettz9/es-file-traverse | Traverses ECMAScript files based on import/require chains to identify used files and enforce code quality | 2 |
adametry/gulp-eslint | Identifies and reports on patterns in ECMAScript/JavaScript code | 562 |
shapesecurity/shift-parser-js | An ECMAScript parser that generates a data structure used in security analysis | 251 |
estools/estraverse | A library of traversal functions for the ECMAScript Abstract Syntax Tree (AST) | 943 |
willemdj/erlsom | A tool for parsing and generating XML documents in Erlang. | 267 |
brettstimmerman/mensch | A CSS parsing library with an abstract syntax tree (AST) data structure | 113 |