awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ahoppen avatar

ahoppen/introduction-to-compilers

0
View on GitHub↗
476 estrellas·15 forks·Swift·MIT·4 vistas

Introduction To Compilers

Swift Playground giving an overview over the inner workings of modern compilers

Features

  • Language Implementation - Introductory guide to compiler architecture.

Historial de estrellas

Gráfico del historial de estrellas de ahoppen/introduction-to-compilersGráfico del historial de estrellas de ahoppen/introduction-to-compilers

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Introduction To Compilers

Proyectos open-source similares, clasificados según cuántas características comparten con Introduction To Compilers.
  • brianhill/register-vm-in-swiftAvatar de brianhill

    brianhill/register-vm-in-swift

    9Ver en GitHub↗

    A Swift Playground for the Wikibook "Creating a Virtual Machine" by Jeffrey Meunier

    Swift
    Ver en GitHub↗9
  • dimsumthinking/turtleplaygroundAvatar de dimsumthinking

    dimsumthinking/TurtlePlayground

    126Ver en GitHub↗

    Swift playground using Logo-like commands

    Swift
    Ver en GitHub↗126
  • igorkulman/swiftpascalinterpreterAvatar de igorkulman

    igorkulman/SwiftPascalInterpreter

    292Ver en GitHub↗

    Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series.

    Swift
    Ver en GitHub↗292
  • marciok/muAvatar de marciok

    marciok/Mu

    1,044Ver en GitHub↗

    It's a Swift playground explaining how to create a tiny programming language named Mu

    Swift
    Ver en GitHub↗1,044
Ver las 7 alternativas a Introduction To Compilers→

Preguntas frecuentes

¿Qué hace ahoppen/introduction-to-compilers?

Swift Playground giving an overview over the inner workings of modern compilers

¿Cuáles son las características principales de ahoppen/introduction-to-compilers?

Las características principales de ahoppen/introduction-to-compilers son: Language Implementation.

¿Qué alternativas de código abierto existen para ahoppen/introduction-to-compilers?

Las alternativas de código abierto para ahoppen/introduction-to-compilers incluyen: brianhill/register-vm-in-swift — A Swift Playground for the Wikibook "Creating a Virtual Machine" by Jeffrey Meunier. dimsumthinking/turtleplayground — Swift playground using Logo-like commands. igorkulman/swiftpascalinterpreter — Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series. marciok/mu — It's a Swift playground explaining how to create a tiny programming language named Mu. mkchoi212/lbac-swift — Learn how to build a compiler by interacting with Let's Build a Compiler by Jack Crenshaw in Swift Playgrounds. nsexceptional/asm-swift — A playground for learning Assembly language through Swift.