-
Notifications
You must be signed in to change notification settings - Fork 0
How to use TabCoding
Umberto Paramento edited this page May 26, 2016
·
8 revisions
#How to use TabCoding
Before proceeding, please check you have at least Java 1.8 installed.
In order to check your java version, run java -version in your OS Terminal.
- Download the latest TabCoding.jar from the release page;
- Write an input text (i.e. foo.txt) file using TabCoding's language. Please refer to ]] and [[ pages to understand how to properly write an input file;
- Save the text file just wrote in the same folder as TabCoding.jar
- Start your OS Terminal (Windows Command Prompt or Linux Bash etc etc) and navigate to the folder where TabCoding.jar is located;
- Once the folder has been reached run the command
java -jar TabCoding.jar
Now the compiler will ask for the input file, since the path is relative, simply insert the input file name (i.e. . The next passage will ask for the output file name, that will be created in the same folder. Here it is your tab!