awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesCompiler Extensions

Extensions that modify the compilation process to enforce custom source code rules.

Distinct from Python Compilers: Focuses on modifying the compilation pipeline rather than translating Python to machine code binaries.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Compiler Extensions. Refine with filters or upvote what's useful.

Awesome Compiler Extensions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • samshadwell/trumpscriptAvatar von samshadwell

    samshadwell/TrumpScript

    7,587Auf GitHub ansehen↗

    TrumpScript is a Python-based domain specific language and compiler extension that wraps the Python runtime to enforce custom grammar and vocabulary rules. It transforms a specialized, case-insensitive vocabulary and natural speech patterns into executable Python instructions. The implementation distinguishes itself through strict constraints on source code, including a variable name system that restricts identifiers to a predefined whitelist and a numeric parser that rejects any integer not exceeding one million. It further utilizes a token-filtering preprocessor to remove filler words and n

    Extends the compilation process to filter tokens and restrict variable names before executing Python.

    Python
    Auf GitHub ansehen↗7,587
  1. Home
  2. Programming Languages & Runtimes
  3. Python Compilers
  4. Compiler Extensions