Create a simple Compiler with JavaScript
In this post we are going to make a small compiler with JavaScript. We will start by understanding what compiler is, phases of compilation then we will make a simple compiler.
In this post we are going to make a small compiler with JavaScript. We will start by understanding what compiler is, phases of compilation then we will make a simple compiler.
In computer science there is a term I always wanted to know deep about it and it is called AST(Abstract Syntax Tree)…