https://github.com/pheuter/pm
post mortem - A stack-based programming language written in NodeJS and parsed using PEG.js
https://github.com/pheuter/pm
grammar interpreter nodejs programming-language
Last synced: 5 months ago
JSON representation
post mortem - A stack-based programming language written in NodeJS and parsed using PEG.js
- Host: GitHub
- URL: https://github.com/pheuter/pm
- Owner: pheuter
- Created: 2010-08-17T21:28:18.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T18:26:02.000Z (almost 10 years ago)
- Last Synced: 2025-02-02T00:32:00.525Z (5 months ago)
- Topics: grammar, interpreter, nodejs, programming-language
- Language: JavaScript
- Homepage: http://pheuter.github.com/pm
- Size: 314 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pm (*post mortem*)

A stack-based programming language resembling the likes of Forth, Factor.
## Requirements
Make sure you have *NodeJS* installed on your system
wget http://github.com/ry/node/tarball/master
tar xf *node*.tar.gz
cd *node* && ./configure && make && sudo make install
## Usage
To run a file: ``./interpreter.js test/test.pm``
To run interactively: ``./interpreter.js``To run through the web: ``cd web && node server.js`` and navigate to ``localhost:8080``
## Help
Visit the [Wiki](http://github.com/pheuter/pm/wiki)