Pep and Nom

home | documentation | examples | translators | download | blog | all blog posts

dev.translate.cpp.pss
(in dev, not working) A parse-script which translates parse-scripts into c++ code.
dev.translate.kotlin.pss
(incomplete, not working) a NOM script to translate nom scripts in the “kotlin” language, which is a computer language based on JAVA but hopefully slightly less annoying.
dev.translate.rust.pss
(in development, not working) translate a NOM script into the rust language.
dev.translate.swift.pss
(in dev, not working). translate nom scripts in the swift language
translate.c.pss
translate a NOM script into compilable 'c' code (which only uses byte characters)
translate.go.pss
This is a parse-script which translates parse-scripts into “go” (golang) code, using the PEP interpreter and the NOM script language. The script creates a standalone compilable go program.
translate.java.pss
translate nom scripts into standalone compilable java code.
translate.js.pss
A nom script which translates nom scripts into a standalone javascript program.
translate.perl.orig.pss
translate.perl.pss
translate.perl.pss
A nom script which translates nom scripts into a standalone perl program.
translate.py.pss
a nom script which translates nom scripts into python code, using the PEP virtual machine . The script creates a standalone python program
translate.ruby.pss
A nom script which translates nom scripts into ruby code. The script creates a standalone ruby program
translate.tcl.pss
A nom script which translates nom scripts into tcl code. The script creates a standalone tcl program