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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • todepond/dreamberdAvatar de TodePond

    TodePond/DreamBerd

    13,550Voir sur 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.

    Voir sur GitHub↗13,550
  • rockstarlang/rockstarAvatar de RockstarLang

    RockstarLang/rockstar

    6,882Voir sur 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
    Voir sur GitHub↗6,882
  1. Home
  2. Programming Languages & Runtimes
  3. Custom Style Syntaxes
  4. Statement Termination Syntaxes