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

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

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

dave/dst

0
View on GitHub↗
1,433 نجوم·64 تفرعات·Go·3 مشاهدات

Dst

Decorated Syntax Tree - manipulate Go source with perfect fidelity.

Features

  • Compilers and Interpreters - Decorated syntax tree for Go.

سجل النجوم

مخطط تاريخ النجوم لـ dave/dstمخطط تاريخ النجوم لـ dave/dst

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Dst

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Dst.
  • alecthomas/participleالصورة الرمزية لـ alecthomas

    alecthomas/participle

    3,869عرض على GitHub↗

    Participle is a Go parser generator and toolkit for building language frontends. It provides a declarative grammar framework that uses reflection and struct tags to map input patterns directly into typed data structures. The library features a stateful lexical analyzer that employs state machines to handle nested or modal patterns. It includes a lexer code generator to produce optimized code, reducing runtime memory allocations and increasing throughput. The project covers recursive descent parsing with support for union types via sealed interfaces and custom parsing logic through interface-

    Goastebnfgo
    عرض على GitHub↗3,869
  • antonmedv/exprالصورة الرمزية لـ antonmedv

    antonmedv/expr

    7,905عرض على GitHub↗

    Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic rule engine that parses and executes custom logic and data validations at runtime without requiring the application to be recompiled. The system utilizes a sandboxed logic executor to run expressions without side effects. It ensures program termination by employing instruction-level loop detection to prevent infinite loops and isolates the evaluation process from the host system. The engine employs a bytecode-based virtual machine and abstract syntax tree analysis to achieve ex

    Go
    عرض على GitHub↗7,905
  • antonmedv/ultra-tiny-compilerالصورة الرمزية لـ antonmedv

    antonmedv/ultra-tiny-compiler

    186عرض على GitHub↗

    Ultra Tiny Compiler

    CoffeeScript
    عرض على GitHub↗186
  • aalhour/pycoolcالصورة الرمزية لـ aalhour

    aalhour/PyCOOLC

    40عرض على GitHub↗

    :snake: :cool: Compiler for the COOL programming language targeting the MIPS 32-bit architecture, in Python 3

    Python
    عرض على GitHub↗40
عرض جميع البدائل الـ 30 لـ Dst→

الأسئلة الشائعة

ما هي وظيفة dave/dst؟

Decorated Syntax Tree - manipulate Go source with perfect fidelity.

ما هي الميزات الرئيسية لـ dave/dst؟

الميزات الرئيسية لـ dave/dst هي: Compilers and Interpreters.

ما هي البدائل مفتوحة المصدر لـ dave/dst؟

تشمل البدائل مفتوحة المصدر لـ dave/dst: alecthomas/participle — Participle is a Go parser generator and toolkit for building language frontends. It provides a declarative grammar… antonmedv/expr — Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic… antonmedv/ultra-tiny-compiler — Ultra Tiny Compiler. araddon/qlbridge. babel/babel — Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into… aalhour/pycoolc — :snake: :cool: Compiler for the COOL programming language targeting the MIPS 32-bit architecture, in Python 3.