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

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

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

1 个仓库

Awesome GitHub RepositoriesKeyword-to-Runtime Mappings

Replaces language keywords and built-in functions with calls to specific runtime library functions during AST traversal.

Distinct from Runtime Function Mapping: Distinct from Runtime Function Mapping: focuses on compile-time keyword substitution rather than dynamic API-to-function mapping.

Explore 1 awesome GitHub repository matching development tools & productivity · Keyword-to-Runtime Mappings. Refine with filters or upvote what's useful.

Awesome Keyword-to-Runtime Mappings GitHub Repositories

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

    lhartikk/ArnoldC

    6,877在 GitHub 上查看↗

    ArnoldC is an esoteric programming language whose syntax is built entirely from Arnold Schwarzenegger movie quotes and catchphrases. It is an intentionally humorous language that maps one-liners from the actor's filmography to programming constructs, creating a playful and unconventional coding experience. The language operates on a 16-bit signed integer type system with stack-based arithmetic, supporting addition, subtraction, multiplication, and division. It provides procedural control flow through conditional branching and looping, using movie-quote keywords such as "STICK AROUND" for loop

    Defines the core syntax of the language by mapping movie quotes to programming constructs.

    Scala
    在 GitHub 上查看↗6,877
  1. Home
  2. Development Tools & Productivity
  3. Local Function Execution
  4. Runtime Function Mapping
  5. Keyword-to-Runtime Mappings

探索子标签

  • Movie-Quote Keyword MappingsMaps Arnold Schwarzenegger one-liners to programming constructs using a keyword-to-instruction lookup table. **Distinct from Keyword-to-Runtime Mappings:** Distinct from Keyword-to-Runtime Mappings: maps humorous movie quotes to language constructs, not runtime library functions.