Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

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 2,088 public repositories matching this topic...

prettier

Prettier is an opinionated code formatter.

  • UpdatedJul 18, 2025
  • JavaScript

🐠 Babel is a compiler for writing next generation JavaScript.

  • UpdatedJul 18, 2025
  • TypeScript
postcss

Transforming styles with JS plugins

  • UpdatedJun 16, 2025
  • TypeScript

A PHP parser written in PHP

  • UpdatedJul 2, 2025
  • PHP

Instant Upgrades and Automated Refactoring of any PHP 5.3+ code

  • UpdatedJul 18, 2025
  • PHP
ast-grep

⚡A CLI tool for code structural search, lint and rewriting. Written in Rust

  • UpdatedJul 18, 2025
  • Rust

markdown processor powered by plugins part of the@unifiedjs collective

  • UpdatedApr 18, 2025
  • JavaScript

ECMAScript parsing infrastructure for multipurpose analysis

  • UpdatedApr 16, 2023
  • TypeScript

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.

  • UpdatedOct 2, 2023
  • JavaScript

A web tool to explore the ASTs generated by various parsers.

  • UpdatedApr 26, 2024
  • JavaScript

GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.

  • UpdatedApr 11, 2024
  • JavaScript

Java 1-21 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.

  • UpdatedJul 16, 2025
  • Java

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern

  • UpdatedJul 16, 2025
  • Java

TypeScript Compiler API wrapper for static analysis and programmatic code changes.

  • UpdatedMay 19, 2025
  • TypeScript
go-ast-book

📚 《Go语言定制指南》(原名:Go语法树入门/开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST)

  • UpdatedSep 26, 2024
  • Go

The ESTree Spec

  • UpdatedJun 6, 2025

Parse, inspect, transform, and serialize content with syntax trees

  • UpdatedFeb 4, 2025
  • JavaScript

C++ Insights - See your source code with the eyes of a compiler

  • UpdatedJun 26, 2025
  • C++

📔 The missing documentation tool for your Angular, Nest & Stencil application

  • UpdatedJul 17, 2025
  • TypeScript

GritQL is a query language for searching, linting, and modifying code.

  • UpdatedJul 11, 2025
  • Rust

[8]ページ先頭

©2009-2025 Movatter.jp