February 2, 2020 0 Comment 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. Compiler, Computer Science, JavaScript
October 16, 2019 0 Comment Understanding AST with JavaScript In computer science there is a term I always wanted to know deep about it and it is called AST(Abstract Syntax Tree)… Compiler, Computer Science, JavaScript