LBAC-Swift
Compiler builder
Building a compiler in Swift by translating the book 'Let's Build a Compiler' into interactive code
Learn how to build a compiler by interacting with Let's Build a Compiler by Jack Crenshaw in Swift Playgrounds
164 stars
9 watching
3 forks
Language: Swift
last commit: about 7 years ago
Linked from 1 awesome list
compilercompiler-constructioncompiler-principlesswiftswift-playgrounds
Related projects:
Repository | Description | Stars |
---|---|---|
| An educational compiler project implementing a simple C compiler with x86 assembly code generation | 487 |
| A minimalist language with procedural macro support | 135 |
| An interactive educational tool for learning how compilers work | 462 |
| Building a compiler in Haskell using a hands-on, top-down approach inspired by the "Let's Build a Compiler" series | 161 |
| A collection of resources and guides for understanding and contributing to the Scala compiler. | 21 |
| A standalone compiler/assembler/linker/libc for multiple architectures | 279 |
| Swift solutions to problems in a popular coding interview book | 460 |
| A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
| A framework for building incremental language compilers and analyzers. | 447 |
| Compiles BASIC programs into Java bytecode. | 29 |
| A compiler for a toy language based on LLVM that implements the System Fω type-system | 103 |
| A Lisp-like compiler and toolset for writing C code with additional features | 26 |
| A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 295 |
| A C-based language development project with features like strong typing, compile-time execution, and support for multiple platforms. | 184 |
| A Haskell compiler for a Lisp/Scheme-inspired language with an LLVM backend | 99 |