awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

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

    samshadwell/TrumpScript

    7,587Voir sur GitHub↗

    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
    Voir sur GitHub↗7,587
  1. Home
  2. Programming Languages & Runtimes
  3. Python Compilers
  4. Compiler Extensions