An open API service indexing awesome lists of open source software.

https://github.com/djblue/mini-pascal

A small object oriented implementation of the pascal programming language in javascript.
https://github.com/djblue/mini-pascal

Last synced: 3 months ago
JSON representation

A small object oriented implementation of the pascal programming language in javascript.

Awesome Lists containing this project

README

          

# 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!