awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesCompiler Architecture Demos

Minimalist implementations designed to illustrate the interaction between lexing, parsing, and generation.

Distinct from Compilers: Focuses on the educational demonstration of architecture rather than providing a full-featured production compiler.

Explore 2 awesome GitHub repositories matching development tools & productivity · Compiler Architecture Demos. Refine with filters or upvote what's useful.

Awesome Compiler Architecture Demos GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jamiebuilds/the-super-tiny-compilerAvatar jamiebuilds

    jamiebuilds/the-super-tiny-compiler

    28,525Vezi pe GitHub↗

    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,

    Provides a minimal codebase illustrating the integrated workflow of lexing, parsing, and code generation.

    JavaScript
    Vezi pe GitHub↗28,525
  • bitemyapp/learnhaskellAvatar bitemyapp

    bitemyapp/learnhaskell

    8,026Vezi pe GitHub↗

    This project is a comprehensive functional programming curriculum and learning resource for Haskell. It provides sequenced educational paths and technical reference guides designed to take developers from beginner to advanced levels of proficiency. The project distinguishes itself through a deep focus on theoretical and technical foundations, offering detailed studies on type theory, category theory, and runtime internals. It includes a dedicated performance handbook for optimizing execution speed and memory management, as well as an ecosystem guide for managing development tools and editor c

    Provides technical analysis of build systems and the process of porting compilers to new architectures.

    Makefile
    Vezi pe GitHub↗8,026
  1. Home
  2. Development Tools & Productivity
  3. Compilers & Toolchains
  4. Compiler Architecture Demos