bobappleyard/tsi
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
TranScript ========== This is an interpreter for the TranScript language. See http://www.github.com/bobappleyard/ts to find out more about TranScript. Install ------- You should have Go installed: http://www.golang.org/install The program uses GNU Readline to handle command input. This should also be installed. Consult your operating system's documentation for more information on how to do that. As root, run the following: go get -u github.com/bobappleyard/tsi go install github.com/bobappleyard/tsi Use --- Type tsi This will give a prompt. Then begin entering TranScript statements, terminated with `;`. Type exit(); To leave the interpreter. You can also press Ctrl+D.