awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesCustom Builders

Customizable builder patterns that control how abstract syntax tree nodes are instantiated and structured during parsing.

Distinct from Syntax Tree Construction: Distinct from Syntax Tree Construction: focuses specifically on user-supplied builder objects for customizing node instantiation rather than default tree building.

Explore 1 awesome GitHub repository matching software engineering & architecture · Custom Builders. Refine with filters or upvote what's useful.

Awesome Custom Builders GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • whitequark/parserالصورة الرمزية لـ whitequark

    whitequark/parser

    1,642عرض على GitHub↗

    Parser is a Ruby source code parser that converts raw source text into structured abstract syntax trees for static analysis and code manipulation. It features dynamic dispatch mechanisms that select specific grammar and tokeniser implementations at runtime, supporting both the executing interpreter version and explicitly targeted language specification versions. The library constructs abstract syntax tree nodes as frozen, immutable objects while tracking exact source file coordinates and character ranges for each node. Developers can supply custom builder objects to control how tree nodes ar

    Allows supplying custom builder objects to control how abstract syntax tree nodes are instantiated and structured.

    Yacc
    عرض على GitHub↗1,642
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Custom Builders