You can't always get what you want, but if you try sometimes you can get what you need. The Rolling Stones
download file: download.pepnom.tar.gz
git clone https://github.com/pepnom/pep
And then type “./make.pepnom.sh” to compile with some c compiler.
Prerequisites: a “c” compiler (I have tested with gcc and tcc the tiny c compiler )
The instructions below are very “unixy” but the system should compile and run on Windows as well. (I have tested it on Linux and MacOS but not Windows).
wget http://bumble.sf.net/books/pars/download/download.pepnom.tar.gz
( or just right click and download)
The download file is at sourceforge here or on this site ( download.pepnom.tar.gz ) The system is about 1 megabyte compressed, which included the interpreter, translation scripts, examples and a documentation booklet.
tar -xvzf download.pepnom.tar.gz
cd pepnom
./make.pepnom.sh
./pep -f eg/exp.tolisp.pss -i "3+4/(5.1*7)"
Put the executable in your PATH variable so that you can use it from anywhere.
There are also some bash functions in the file helpers.pars.sh for compiling the code (and translating nom scripts into other languages) with various options.