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

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

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

2 个仓库

Awesome GitHub RepositoriesStatement Termination Syntaxes

Custom rules for ending logical statements, such as requiring specific characters like exclamation marks.

Distinct from Custom Style Syntaxes: Focuses on the required statement terminator rather than general preprocessor style or UI customization.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Statement Termination Syntaxes. Refine with filters or upvote what's useful.

Awesome Statement Termination Syntaxes GitHub Repositories

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

    TodePond/DreamBerd

    13,550在 GitHub 上查看↗

    DreamBerd is a general purpose programming language designed for building applications with integrated support for reactive state, time-aware memory management, and embedded user interface markup. It functions as a programming environment that tracks dynamic values and coordinates asynchronous tasks through sequential execution constraints. The language is distinguished by its ability to track variable history, providing dedicated keywords to retrieve previous, current, and future values of variables during execution. It further differentiates itself through a memory model that controls varia

    Utilizes a custom syntax where every statement must terminate with an exclamation mark.

    在 GitHub 上查看↗13,550
  • rockstarlang/rockstarRockstarLang 的头像

    RockstarLang/rockstar

    6,882在 GitHub 上查看↗

    Rockstar is an esoteric programming language whose syntax is inspired by 1980s hard rock and heavy metal lyrics, making programs read like song lyrics. It uses poetic number literals, where the length of each word in a phrase is parsed as a decimal digit to initialize numeric variables, and pronoun-based variable references, where words like "it" and "they" resolve to the most recently assigned or compared variable at runtime. The language can be compiled to WebAssembly and run inside a web page for in-browser code execution. The language distinguishes itself through a lyric-driven parsing sy

    Terminates a statement using punctuation marks (., ?, !, ;) instead of requiring a newline.

    JavaScript
    在 GitHub 上查看↗6,882
  1. Home
  2. Programming Languages & Runtimes
  3. Custom Style Syntaxes
  4. Statement Termination Syntaxes