Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Files

Latest commit

 

History

History

TrumpScript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

TrumpScript

For more details and language features checkout https://github.com/samshadwell/TrumpScript/

Installation

To use, download the .zip and extract the contents or clone the repository by typing

git clone https://github.com/samshadwell/TrumpScript.git

Add the TrumpScript root directory to your system PATH using one of the two following techniques

  1. Temporary: Write export PATH=$PATH:/path/to/TrumpScript/bin to terminal.
  2. Permanent: Append export PATH=$PATH:/path/to/TrumpScript/bin to the end of your ~/.bashrc file.

Usage

  • Write a TrumpScript file following the syntax we've specified (good luck).
  • Execute TRUMP /path/to/trumpscript/file.tr
  • Enjoy the wonderful world of TrumpScript!