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
·

2 dépôts

Awesome GitHub RepositoriesCompiler Development

Resources for understanding and building programming language compilers.

Explore 2 awesome GitHub repositories matching part of an awesome list · Compiler Development. Refine with filters or upvote what's useful.

Awesome Compiler Development 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.
  • thejameskyle/the-super-tiny-compilerAvatar de thejameskyle

    thejameskyle/the-super-tiny-compiler

    28,527Voir sur GitHub↗

    This project is an educational compiler implementation and a minimalist compiler construction tutorial. It serves as a practical example of how to build a functional compiler through a simplified end-to-end development process, transforming source code into executable instructions. The implementation is designed to teach the fundamentals of language implementation and compiler design. It focuses on the essential mechanics of transforming source code by demonstrating the core architecture of a translation process. The system covers the primary stages of compilation, including lexical analysis

    A simplified, readable example of a modern compiler.

    JavaScript
    Voir sur GitHub↗28,527
  • kanaka/malAvatar de kanaka

    kanaka/mal

    10,665Voir sur GitHub↗

    This project is a Lisp interpreter implementation guide and framework designed to teach the core principles of programming language design. It provides a structured, step-by-step technical framework for building a functional Lisp language from scratch, featuring a specialized interpreter engine and an S-expression parser that converts syntax into abstract syntax trees. The project emphasizes a code-as-data metaprogramming framework, enabling the implementation of macros, quoting, and quasiquoting to transform expressions during evaluation. It is designed with host language agnosticism, allowi

    A functional Lisp implementation for learning compiler internals.

    Assemblybashcc-plus-plus
    Voir sur GitHub↗10,665
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Compiler Development