My little tour of compiler design, based on the book, Introduction to Compilers and Language Design.
- Install Node.js v16+
- Clone this repo and navigate into it:
git clone https://github.com/mubaraqwahab/learn-compilers.git cd learn-compilers
- Install JavaScript dependencies:
npm install
- That's all :-)