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.
SublimeLinter-contrib-solhint
This linter plugin for SublimeLinter provides an interface to solhint
8 2 2
sourcejs-react-dependencies
A plugin for SourceJS 0.6.x to display ES modules dependencies in a sp...
0 2 2
go-expression-calculator
Custom implementation of calculator handling operator precedence and p...
0 2 2
jscodeshift-typescript
A repo demonstrating jscodeshift in combination with TypeScript and JS...
0 2 2