Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 723 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 723 Bytes

crenshaw-compiler-tutorial-js

This is the result of going through Jack Crenshaw's "Let's Build a Compiler" tutorial, writing the compiler in nodeJS javascript instead of in Turbo Pascal.

Prerequisites

Getting started

Install the prerequisites, then:

  • vagrant up
  • vagrant ssh
  • npm install to provision a development VM Code is written in javascript, targeting nodeJS 4.x LTS