awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesExpression Code Generators

Translates parsed syntax trees into optimized executable code structures to remove parsing overhead.

Distinct from Runtime-Specific Code Parsing: Distinct from runtime-specific parsing: focuses specifically on intermediate code generation from expression syntax trees.

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

Awesome Expression Code Generators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • symfony/expression-languagesymfony 的头像

    symfony/expression-language

    2,848在 GitHub 上查看↗

    The expression-language is a lightweight calculation component and parser tool that compiles and evaluates single-line string expressions against runtime variables. It functions as an expression engine that parses logical expressions into executable code or evaluates them directly against provided variables and functions to power dynamic rule evaluation and configuration. The engine features a complete architecture covering lexical tokenisation, intermediate code generation, and execution caching. It parses expression strings into hierarchical abstract syntax trees to enable programmatic insp

    Translates parsed syntax trees into optimised executable code structures to remove parsing overhead during repeated operations.

    PHPcomponentphpsymfony
    在 GitHub 上查看↗2,848
  1. Home
  2. Software Engineering & Architecture
  3. Abstract Syntax Tree Parsing
  4. Runtime-Specific Code Parsing
  5. Expression Code Generators