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.
- Host: GitHub
- URL: https://github.com/djblue/mini-pascal
- Owner: djblue
- Created: 2014-10-23T23:24:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-03T19:17:10.000Z (about 11 years ago)
- Last Synced: 2025-03-12T20:48:51.141Z (10 months ago)
- Language: OpenEdge ABL
- Size: 8.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!