awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dave avatar

dave/dst

0
View on GitHub↗
1,433 stele·64 fork-uri·Go·4 vizualizări

Dst

Decorated Syntax Tree - manipulate Go source with perfect fidelity.

Features

  • Compilers and Interpreters - Decorated syntax tree for Go.

Istoric stele

Graficul istoricului de stele pentru dave/dstGraficul istoricului de stele pentru dave/dst

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face dave/dst?

Decorated Syntax Tree - manipulate Go source with perfect fidelity.

Care sunt principalele funcționalități ale dave/dst?

Principalele funcționalități ale dave/dst sunt: Compilers and Interpreters.

Care sunt câteva alternative open-source pentru dave/dst?

Alternativele open-source pentru dave/dst includ: 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.

Alternative open-source pentru Dst

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Dst.
  • alecthomas/participleAvatar alecthomas

    alecthomas/participle

    3,869Vezi pe 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
    Vezi pe GitHub↗3,869
  • antonmedv/exprAvatar antonmedv

    antonmedv/expr

    7,905Vezi pe 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
    Vezi pe GitHub↗7,905
  • antonmedv/ultra-tiny-compilerAvatar antonmedv

    antonmedv/ultra-tiny-compiler

    186Vezi pe GitHub↗

    Ultra Tiny Compiler

    CoffeeScript
    Vezi pe GitHub↗186
  • aalhour/pycoolcAvatar aalhour

    aalhour/PyCOOLC

    40Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗40
  • Vezi toate cele 30 alternative pentru Dst→