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
·

3 Repos

Awesome GitHub RepositoriesEducational Compilers

Small-scale or toy projects designed to teach compiler construction.

Explore 3 awesome GitHub repositories matching part of an awesome list · Educational Compilers. Refine with filters or upvote what's useful.

Awesome Educational Compilers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • thejameskyle/the-super-tiny-compilerAvatar von thejameskyle

    thejameskyle/the-super-tiny-compiler

    28,527Auf GitHub ansehen↗

    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

    Serves as a toy compiler project designed to teach the fundamentals of compiler construction.

    JavaScript
    Auf GitHub ansehen↗28,527
  • jamiebuilds/the-super-tiny-compilerAvatar von jamiebuilds

    jamiebuilds/the-super-tiny-compiler

    28,525Auf GitHub ansehen↗

    This project is an educational compiler implementation and architecture demo. It serves as a small-scale C-style language compiler designed to demonstrate the fundamental stages of transforming source code into executable machine instructions. The codebase functions as a tool for compiler architecture education and design prototyping. It illustrates the process of building an educational language implementation to help users understand the mechanics of parsing and code generation. The implementation covers the primary stages of a compiler pipeline, including regular expression tokenization,

    Serves as a small-scale project designed to teach the fundamental construction of a compiler.

    JavaScript
    Auf GitHub ansehen↗28,525
  • rswier/c4Avatar von rswier

    rswier/c4

    10,726Auf GitHub ansehen↗

    c4 is a minimalist C compiler and programming tool designed to translate C source code into executable machine code using a small set of functions. It functions as a stripped-down compilation utility focused on a tiny codebase. The project serves as an educational tool for studying the internal mechanics of the compilation process. It implements minimalist C compilation to demonstrate how source files are transformed into low-level binary executables. The compiler utilizes a single-pass compilation model with recursive descent parsing and direct-to-binary emission. It manages the translation

    Serves as an educational tool for studying the internal mechanics of compilation via a simplified C compiler.

    C
    Auf GitHub ansehen↗10,726
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Educational Compilers