Statistics for topic ast
RepositoryStats tracks 650,729 Github repositories, of these 304 are tagged with the ast topic. The most common primary language for repositories using this topic is JavaScript (64). Other languages include: TypeScript (49), Python (41), Go (31), Rust (17), Java (16), PHP (16)
Stargazers over time for topic ast
Most starred repositories for topic ast (view more)
Trending repositories for topic ast (view more)
⚡A CLI tool for code structural search, lint and rewriting. Written in Rust
markdown processor powered by plugins part of the @unifiedjs collective
Safely evaluate JavaScript (estree) expressions, sync and async.
⚡A CLI tool for code structural search, lint and rewriting. Written in Rust
GritQL is a query language for searching, linting, and modifying code.
markdown processor powered by plugins part of the @unifiedjs collective
Safely evaluate JavaScript (estree) expressions, sync and async.
ast-grep VSCode is a structural search and replace extension for many languages.
Supplementary deobfuscator source code from my Javascript reverse-engineering blog, ReverseJS.
⚡A CLI tool for code structural search, lint and rewriting. Written in Rust
GritQL is a query language for searching, linting, and modifying code.
An ai-assisted-programming development kit, supporting multiple languages
A neovim plugin for moving around your code in a syntax tree aware manner
A high-performance tool for detecting code duplication based on Abstract Syntax Tree (AST).
⚡A CLI tool for code structural search, lint and rewriting. Written in Rust
GritQL is a query language for searching, linting, and modifying code.
The PHP AST Viewer is a tool for viewing the Abstract Syntax Tree of PHP code. By visualizing the structure, it helps developers gain a deeper understanding of the code, thus improving code quality an...
Welcome to my comprehensive YouTube series on building a lexer/parser using the Go programming language. We will start with the basics of what lexers and parsers do, gradually moving towards creating ...