Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Getting Started

TrumpScript. Make Python great again

You can find the TrumpScript specification here.

Installing TrumpScript

TrumpScript README

or:

$ git clone https://github.com/samshadwell/TrumpScript.git
$ export PATH=$PATH:/path/to/TrumpScript/bin
$ TRUMP /path/to/trumpscript/file.tr

Running "Hello World"

Navigate to the directory containing hello_world.tr (you can do this from the terminal or command line using the cd command). Type TRUMP hello_world.tr and the console should print Hello World!.

Congratulations! You've run your first TrumpScript script!

And remember: All programs must end with America is great.