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
·

1 Repo

Awesome GitHub RepositoriesCompiler And Interpreter Construction

Resources for building programming language tools and compilers.

Explore 1 awesome GitHub repository matching part of an awesome list · Compiler And Interpreter Construction. Refine with filters or upvote what's useful.

Awesome Compiler And Interpreter Construction GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lotabout/write-a-c-interpreterAvatar von lotabout

    lotabout/write-a-C-interpreter

    4,343Auf GitHub ansehen↗

    This project is a C language interpreter and a practical implementation of a programming language. It parses and executes C source code directly, removing the requirement for a separate compilation step. The interpreter is designed for self-hosting, meaning it is capable of interpreting its own source code to demonstrate recursive language processing and execution. The system covers the primary stages of language processing, including lexical analysis, recursive descent parsing, and tree-walk interpretation using an abstract syntax tree. It manages memory and scope through a dynamic symbol t

    A guide to building a C language interpreter.

    C
    Auf GitHub ansehen↗4,343
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Compiler And Interpreter Construction