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
marciok avatar

marciok/Mu

0
View on GitHub↗
1,044 stars·40 forks·Swift·8 views

Mu

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

Features

  • Language Implementation - Explains the process of creating a custom programming language.

Star history

Star history chart for marciok/muStar history chart for marciok/mu

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Mu

These projects share indexed features with Mu. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
Compare all 7 related projects→

Frequently asked questions

What does marciok/mu do?

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

What are the main features of marciok/mu?

The main features of marciok/mu are: Language Implementation.

Which projects share features with marciok/mu?

Projects with overlapping indexed features 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. 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.