ast
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.
Here are 1,773 public repositories matching this topic...
🐠 Babel is a compiler for writing next generation JavaScript.
-
Updated
Dec 4, 2023 - TypeScript
Instant Upgrades and Automated Refactoring of any PHP 5.3+ code
-
Updated
Dec 4, 2023 - PHP
js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.
-
Updated
Oct 2, 2023 - JavaScript
markdown processor powered by plugins part of the @unifiedjs collective
-
Updated
Oct 25, 2023 - JavaScript
ECMAScript parsing infrastructure for multipurpose analysis
-
Updated
Apr 16, 2023 - TypeScript
A web tool to explore the ASTs generated by various parsers.
-
Updated
Dec 1, 2023 - JavaScript
Java 1-17 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
-
Updated
Dec 4, 2023 - Java
GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.
-
Updated
Aug 4, 2023 - JavaScript
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
-
Updated
Nov 12, 2023 - Java
TypeScript Compiler API wrapper for static analysis and programmatic code changes.
-
Updated
Dec 2, 2023 - TypeScript
☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees
-
Updated
Oct 26, 2023 - JavaScript
📔 The missing documentation tool for your Angular, Nest & Stencil application
-
Updated
Dec 4, 2023 - TypeScript
⚡A CLI tool for code structural search, lint and rewriting. Written in Rust
-
Updated
Dec 4, 2023 - Rust
A parser library for Go
-
Updated
Dec 1, 2023 - Go
ESDoc - Good Documentation for JavaScript
-
Updated
Dec 7, 2022 - JavaScript
- Followers
- 9.6k followers
- Wikipedia
- Wikipedia