
Building a language interpreter in JavaScript - Part 1
Building a language is hard, we all know that. So let's build one! In this article series, we will build a usable language interpreter using pure JavaScript. Keep in mind that we will cover the most important (and most fun) parts of building a programming language. We will not concentrate
Continue reading