Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 555 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 555 Bytes

Ion Compiler

This is my implementation of Per Vognsen's programming language Ion from his
Bitwise series. I learned an enormous amount from his series and by struggling
through writing my own compiler. I am grateful for his generosity in sharing
his knowledge. I highly recommend you check out Per's original implementation.
This is my first attempt at writing a compiler and my version is no doubt much
lower quality.