/learn-compilers

My little tour of compiler design.

Primary LanguageTypeScript

Learn Compilers

My little tour of compiler design, based on the book, Introduction to Compilers and Language Design.

Setup

  1. Install Node.js v16+
  2. Clone this repo and navigate into it:
    git clone https://github.com/mubaraqwahab/learn-compilers.git
    cd learn-compilers
  3. Install JavaScript dependencies:
    npm install
  4. That's all :-)