Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 868 Bytes

File metadata and controls

20 lines (16 loc) · 868 Bytes

Design your own programming language 💻

compiler

A programming language for my "Principles of Compiler Design" class. built with JS and love ❤️❤️❤️

Quick Overview

Make sure you have installed nodeJS v +8.2.

To install all dependecies for the first time, use

npm install

and to run it use

npm start