Click the "Fork" button at the top right of the repository page to create your own copy of the project.
An educational C-like toy programming language that compiles to x64 binary. The compiler is a self-contained Python program that weighs about 1000 LoC. It's part of an online tutorial on compilers and ...