espree
There are 8 repositories under espree topic.
jonschlinkert/parse-comments
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
lydell/eslump
Fuzz testing JavaScript parsers and suchlike programs.
tunnckoCore/parse-function
(!! moved to tunnckoCore/opensource multi-package repository !!) :trident: Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins.
coderaiser/estree-to-babel
convert estree ast to babel
ErickWendel/eslint-clone
A video tutorial about Creating your own ESLint from Scratch
jonschlinkert/espree-extract-comments
Uses espree to extract JavaScript code comments from a string. Returns an array of comment objects, with line, column, index, comment type and comment string.
ULL-ESIT-PL/compact-js-ast
Outputs a compact string representation of the espree AST of an input program.
crguezl/hello-jison
An intro to compilers: Simple examples