Swift Playground giving an overview over the inner workings of modern compilers
A Swift Playground for the Wikibook "Creating a Virtual Machine" by Jeffrey Meunier
Swift playground using Logo-like commands
Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series.
Learn how to build a compiler by interacting with Let's Build a Compiler by Jack Crenshaw in Swift Playgrounds
The main features of mkchoi212/lbac-swift are: Language Implementation.
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.