How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series.
It's a Swift playground explaining how to create a tiny programming language named Mu
Swift playground using Logo-like commands
The main features of dimsumthinking/turtleplayground are: Language Implementation.
Open-source alternatives to dimsumthinking/turtleplayground 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. 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.