Skip to content

pheuter/pm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pm (post mortem)

PM

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

About

post mortem - A stack-based programming language written in NodeJS and parsed using PEG.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published