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
·

2 Repos

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

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

    A simplified, readable example of a modern compiler.

    JavaScript
    Auf GitHub ansehen↗28,527
  • kanaka/malAvatar von kanaka

    kanaka/mal

    10,665Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,665
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Compiler Development