djblue / mini-pascal

A small object oriented implementation of the pascal programming language in javascript.
0 stars 0 forks source link

mini-pascal

Get Going

To get going, make sure you have node.js installed. Then do:

npm install -g jison
npm install

to get the parser generator. Then run:

make testparser

to make sure the parser was built and is functioning correctly for you. now get to work!