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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mkchoi212 avatar

mkchoi212/LBAC-Swift

0
View on GitHub↗
161 stars·3 forks·Swift·2 views

LBAC Swift

Learn how to build a compiler by interacting with Let's Build a Compiler by Jack Crenshaw in Swift Playgrounds

Features

  • Language Implementation - Translates classic compiler-building tutorials into Swift.

Star history

Star history chart for mkchoi212/lbac-swiftStar history chart for mkchoi212/lbac-swift

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to LBAC Swift

Similar open-source projects, ranked by how many features they share with LBAC Swift.
  • ahoppen/introduction-to-compilersahoppen avatar

    ahoppen/introduction-to-compilers

    476View on GitHub↗

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

    Swift
    View on GitHub↗476
  • brianhill/register-vm-in-swiftbrianhill avatar

    brianhill/register-vm-in-swift

    9View on GitHub↗

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

    Swift
    View on GitHub↗9
  • dimsumthinking/turtleplaygrounddimsumthinking avatar

    dimsumthinking/TurtlePlayground

    126View on GitHub↗

    Swift playground using Logo-like commands

    Swift
    View on GitHub↗126
  • igorkulman/swiftpascalinterpreterigorkulman avatar

    igorkulman/SwiftPascalInterpreter

    292View on GitHub↗

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

    Swift
    View on GitHub↗292
See all 7 alternatives to LBAC Swift→

Frequently asked questions

What does mkchoi212/lbac-swift do?

Learn how to build a compiler by interacting with Let's Build a Compiler by Jack Crenshaw in Swift Playgrounds

What are the main features of mkchoi212/lbac-swift?

The main features of mkchoi212/lbac-swift are: Language Implementation.

What are some open-source alternatives to mkchoi212/lbac-swift?

Open-source alternatives to mkchoi212/lbac-swift include: ahoppen/introduction-to-compilers — Swift Playground giving an overview over the inner workings of modern compilers. 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. nsexceptional/asm-swift — A playground for learning Assembly language through Swift.