Mu
Language generator
An example of creating a minimalist programming language with a simple grammar and syntax
It's a Swift playground explaining how to create a tiny programming language named Mu
1k stars
13 watching
43 forks
Language: Swift
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A minimalist language with procedural macro support | 135 |
| A modern, statically typed low-level programming language with strong focus on performance and minimalism. | 773 |
| Compiles the MicroC programming language into machine code using Haskell | 116 |
| Provides a Lisp-style macro system for CoffeeScript | 37 |
| A minimal C compiler generating x86_64 assembly code | 516 |
| A minimalist language designed to perform useful computation with a minimal feature set and a focus on simplicity, modularity, and standardization. | 19 |
| Introduces various programming languages with zk cryptography capabilities for secure computations and smart contracts | 58 |
| A minimal functional programming language compiler target | 18 |
| Generates source code in multiple languages from TypeScript | 20 |
| Automates creation of Go structs from XML documents | 756 |
| A collection of single-file implementations of various programming languages | 999 |
| Tools for generating interfaces and structs in Go | 423 |
| A Smalltalk-inspired language with goals of elegance, performance, fault tolerance, and multiplatform support. | 37 |
| A C++ programming language in development with support for various libraries and tools. | 5 |
| Building a compiler in Swift by translating the book 'Let's Build a Compiler' into interactive code | 164 |