awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 रिपॉजिटरी

Awesome GitHub RepositoriesSyntax Traversal

Tools for navigating nodes, tokens, and trivia within a syntax tree.

Distinct from Syntax Tree Construction: Distinct from syntax tree construction: focuses on the traversal and inspection of existing trees.

Explore 13 awesome GitHub repositories matching software engineering & architecture · Syntax Traversal. Refine with filters or upvote what's useful.

Awesome Syntax Traversal GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • babel/babelbabel का अवतार

    babel/babel

    44,009GitHub पर देखें↗

    Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into backwards-compatible versions of the language. It functions as an abstract syntax tree manipulator, parsing source code into a hierarchical structure to traverse and modify nodes for custom code transformations. The system utilizes a plugin-driven architecture to apply specific transformation rules and supports presets that bundle multiple plugins into named configuration groups. This enables the transformation of experimental syntax and the injection of non-global polyfills to ensure consisten

    Implements a visitor-based system for navigating and triggering callbacks on specific nodes within a syntax tree.

    TypeScriptastbabelcompiler
    GitHub पर देखें↗44,009
  • dotnet/roslyndotnet का अवतार

    dotnet/roslyn

    20,241GitHub पर देखें↗

    The .NET Compiler Platform is a collection of open-source APIs for C# and Visual Basic that provides deep code analysis, refactoring, and automated source code generation. It serves as the core infrastructure for building development tools, offering a platform to inspect, modify, and understand source code through immutable syntax trees and semantic models. The platform distinguishes itself by providing full-fidelity syntax trees that preserve every character of source code, including whitespace and comments, alongside an incremental compilation pipeline that enables near-instant feedback dur

    Provides tools to traverse syntax trees to inspect specific language constructs and their positions.

    C#csharphacktoberfestroslyn
    GitHub पर देखें↗20,241
  • realm/swiftlintrealm का अवतार

    realm/SwiftLint

    19,456GitHub पर देखें↗

    SwiftLint is a static analysis tool and code formatter designed to enforce consistent coding styles and identify semantic issues within Swift source code. It functions as a command-line utility that evaluates code against established conventions to ensure uniform structure and architectural standards across a project. The tool distinguishes itself through a custom linting engine that leverages compiler-integrated syntax analysis to perform deep inspections of code structure. Beyond simple pattern matching, it supports automated source code transformation to correct formatting violations and r

    Navigates source code syntax trees to perform deep structural inspections and logical checks.

    Swiftcode-qualityhacktoberfestlinter
    GitHub पर देखें↗19,456
  • typescript-eslint/typescript-eslinttypescript-eslint का अवतार

    typescript-eslint/typescript-eslint

    16,103GitHub पर देखें↗

    This project is a static analysis framework and linting engine designed to inspect TypeScript codebases. It functions as a plugin suite that enables standard linting workflows to parse source code into abstract syntax trees, allowing for the automated enforcement of coding standards and the identification of potential bugs through a modular, rule-based visitor pattern. The engine distinguishes itself by integrating directly with the TypeScript compiler to perform type-aware analysis. By accessing compiler type information, it can identify complex errors and unsafe patterns that standard synta

    Uses recursive tree-walking mechanisms to execute analysis logic at every node of the syntax tree.

    TypeScripteslinteslint-plugineslintplugin
    GitHub पर देखें↗16,103
  • nvim-treesitter/nvim-treesitternvim-treesitter का अवतार

    nvim-treesitter/nvim-treesitter

    13,970GitHub पर देखें↗

    This project provides an integration of Tree-sitter into the Neovim editor to enable structural code analysis. It serves as a framework for structural code navigation, context-aware syntax highlighting, and the management of language-specific parsers. The system distinguishes itself through a multi-language injection handler that identifies and parses embedded languages within a single document. It uses a dedicated parser manager to install, update, and remove grammar definitions and their associated query files. The tool covers several capability areas including incremental text selection,

    Traverses the hierarchical structure of parsed source code to derive structural boundaries for indentation and folding.

    Tree-sitter Query
    GitHub पर देखें↗13,970
  • seaswalker/spring-analysisseaswalker का अवतार

    seaswalker/spring-analysis

    13,739GitHub पर देखें↗

    Spring-analysis is a diagnostic utility designed to visualize the internal architecture and execution logic of Java applications built on the Spring Framework. It functions as a static analysis tool that parses source code to map structural relationships and component interactions without requiring the program to execute. The tool distinguishes itself by automatically extracting configuration and annotation data to identify beans and service definitions, which it then translates into visual representations of the system. By reconstructing method call hierarchies and event propagation paths, i

    Navigates source code nodes to extract structural information and logic flow details without execution.

    Javanotessource-code-analysisspring
    GitHub पर देखें↗13,739
  • acornjs/acornacornjs का अवतार

    acornjs/acorn

    11,402GitHub पर देखें↗

    Acorn is a JavaScript parser that converts source text into a structured abstract syntax tree. It follows the ESTree specification to produce a standardized JSON tree format, enabling consistent analysis of code structure and language versions. The project features a plugin-based grammar extension system that allows the base parser to be extended with custom rules for experimental or non-standard language features. It also includes syntax error recovery, which inserts placeholder nodes into the tree when encountering invalid code to allow parsing to continue. The toolset covers static analys

    Provides tools for navigating and inspecting nodes and tokens within a generated syntax tree.

    JavaScript
    GitHub पर देखें↗11,402
  • ktlint/ktlintktlint का अवतार

    ktlint/ktlint

    6,717GitHub पर देखें↗

    ktlint is a linter and code formatter for Kotlin that checks source files against a built-in set of style rules and automatically rewrites them to match those rules. It operates by walking the Kotlin abstract syntax tree, detecting violations, and applying transformations directly at the node level before regenerating the source code from the modified tree. The project ships a curated default rule set that requires no configuration to enforce consistent formatting, and provides a command-line interface for running linting and formatting in batch mode. Its rule-set-based plugin architecture al

    Walks the Kotlin abstract syntax tree to detect style violations and apply node-level transformations.

    Kotlinkotlinlintlinter
    GitHub पर देखें↗6,717
  • unifiedjs/unifiedunifiedjs का अवतार

    unifiedjs/unified

    4,999GitHub पर देखें↗

    Unified is a syntax tree processing engine and content ecosystem designed to parse, transform, and serialize text content. It functions as a plugin-based content pipeline that converts raw text into structured abstract syntax trees using plain JavaScript objects for programmatic inspection and modification. The project distinguishes itself through a modular architecture that enables cross-ecosystem translation, allowing syntax trees to be converted between different specifications such as HTML and Markdown. It utilizes a system of immutable processor cloning and shared state containers, ensur

    Walks trees of nodes using depth-first traversal to visit and modify specific elements.

    JavaScriptastcstjavascript
    GitHub पर देखें↗4,999
  • dtolnay/syndtolnay का अवतार

    dtolnay/syn

    3,292GitHub पर देखें↗

    syn is a Rust syntax tree parser and token stream converter. It serves as a toolkit for procedural macro development, providing a framework to parse Rust source code into structured syntax trees for analysis and transformation. The project enables the manipulation of Rust abstract syntax trees through specialized visitor and folder patterns for traversing and mutating nodes. It provides a bidirectional mapping that allows developers to convert token streams into structured trees and print those trees back into tokens for code generation. The library covers a broad range of syntax analysis ca

    Provides specialized folder patterns to analyze and mutate syntax tree nodes during traversal.

    Rustproc-macro
    GitHub पर देखें↗3,292
  • haskell/haskell-language-serverhaskell का अवतार

    haskell/haskell-language-server

    2,936GitHub पर देखें↗

    The Haskell Language Server is an implementation of the Language Server Protocol that provides real-time diagnostics, code navigation, and refactoring support for Haskell projects. It functions as a backend service that enables advanced editing capabilities within standard text editors by facilitating communication between the development environment and the Haskell compiler. The project distinguishes itself through a modular, plugin-based architecture that allows for the integration of independent components for specific language features. It leverages the host compiler as a library to perfo

    Provides tools for navigating and inspecting the structural representation of Haskell source code.

    Haskellcabalghchacktoberfest
    GitHub पर देखें↗2,936
  • andymass/vim-matchupandymass का अवतार

    andymass/vim-matchup

    1,912GitHub पर देखें↗

    Vim-matchup is a plugin for the Vim and Neovim text editors that provides advanced structural code navigation and manipulation. It functions as an extension to standard editor motions, enabling users to jump between, select, and modify matching language constructs and nested code blocks with high precision. The plugin distinguishes itself by utilizing language-specific syntax trees to track and identify corresponding delimiters and keywords. By integrating with syntax-aware engines, it maintains structural accuracy even in complex source files, while offering a fallback pattern-matching mecha

    Navigates nested code structures by traversing syntax trees to locate parent or sibling nodes.

    Vim Scripthighlighting-matchesmatching-pairsmatchparen
    GitHub पर देखें↗1,912
  • syntax-tree/mdastsyntax-tree का अवतार

    syntax-tree/mdast

    1,441GitHub पर देखें↗

    The project provides a standardized abstract syntax tree specification and utility library for parsing, transforming, and serializing markdown documents. It serves as a comprehensive document processing architecture that translates between raw text markup and structured node representations in both directions. The capability surface covers syntax parsing for extended markdown features, custom syntax extensions, metadata blocks, and embedded expressions, alongside document serialization that converts syntax trees back into standard and extended markup formats. It includes node modeling and val

    Merges adjacent text nodes and block quotes to reduce redundancy and simplify syntax tree structures.

    astmarkdownsyntax-tree
    GitHub पर देखें↗1,441
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Syntax Traversal

सब-टैग एक्सप्लोर करें

  • Syntax Tree MutationTools for modifying or transforming existing syntax trees into new representations. **Distinct from Syntax Traversal:** Distinct from Syntax Traversal: focuses on modifying nodes rather than just navigating them.
  • Tree MutationsMechanisms for modifying and replacing nodes within a syntax tree to transform code. **Distinct from Syntax Traversal:** Distinct from traversal, which is read-only; mutations focus on the folder pattern for generating new code structures.
  • Tree MutatorsTools that combine traversal and modification of syntax tree nodes. **Distinct from Syntax Traversal:** Extends simple traversal to include the ability to replace or modify nodes during the walk.