Most popular ast repositories and open source projects
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
esprima-extract-comments
Extract javascript code comments with esprima. Thin wrapper to prove a...
1 13 13
PSScriptingInventory
A demonstration PowerShell module to analyze files for PowerShell comm...
0 13 13
ts-transform-react-jsx-source
TypeScript AST Transformer that adds source file and line number to JS...
10 12 12
node-detective-amd
Get a list of all of the dependencies for an AMD module. Like node-det...
8 12 12
babel-plugin-treasure
Base on babel-plugin-import , committed to achieving the AST optimizat...
3 11 11