Bootstrapping a compiler


In this post you’ll learn how to bootstrap a compiler. I have no clue how to do that. The idea is to create a minimal interpreter and then use that to build a minimal compiler.

print("Hello world!")