awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesAST-Agnostic Processing

Source code manipulation using raw string operations instead of abstract syntax tree parsing.

Distinct from String Manipulators: Distinct from general string manipulators by specifically avoiding AST construction for performance in code formatting.

Explore 1 awesome GitHub repository matching software engineering & architecture · AST-Agnostic Processing. Refine with filters or upvote what's useful.

Awesome AST-Agnostic Processing GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nicklockwood/swiftformatAvatar de nicklockwood

    nicklockwood/SwiftFormat

    8,835Voir sur GitHub↗

    SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It automatically applies consistent style rules and visual formatting to source files to ensure a uniform appearance across a project. The project differentiates itself by providing both a command-line interface for batch processing and an Xcode extension for integration directly into the development environment. It includes specialized capabilities for modernizing legacy API usage, simplifying language constructs, and inferring formatting options by analyzing an existing codebase

    Implements high-performance source code manipulation by treating code as raw strings instead of building full syntax trees.

    Swift
    Voir sur GitHub↗8,835
  1. Home
  2. Software Engineering & Architecture
  3. String Manipulators
  4. AST-Agnostic Processing