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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesSelf-Modifying ASTs

Interpreters that use abstract syntax trees which evolve and specialize over time to enable JIT optimization.

Distinct from Tree-Walking Interpreters: Focuses on the self-modifying nature of the AST for optimization, rather than simple tree-walking execution.

Explore 1 awesome GitHub repository matching software engineering & architecture · Self-Modifying ASTs. Refine with filters or upvote what's useful.

Awesome Self-Modifying ASTs GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • oracle/graalAvatar oracle

    oracle/graal

    21,603Vezi pe GitHub↗

    GraalVM is a polyglot virtual machine and high-performance runtime designed to execute multiple programming languages within a single environment. It functions as a JVM language toolkit for building language implementations, a native image compiler for transforming bytecode into standalone binaries, and an execution environment for LLVM bitcode and WebAssembly modules. The project is distinguished by its polyglot interoperability framework, which allows different languages to share data and execution state with low overhead. It utilizes self-modifying abstract syntax trees to optimize languag

    Uses self-modifying abstract syntax trees to optimize language interpreters into high-performance machine code.

    Javaaotcompilergraalvm
    Vezi pe GitHub↗21,603
  1. Home
  2. Software Engineering & Architecture
  3. Abstract Syntax Tree Specifications
  4. Tree-Walking Interpreters
  5. Self-Modifying ASTs