-
Notifications
You must be signed in to change notification settings - Fork 1
Interpreter for TranScript
License
bobappleyard/tsi
Folders and files
Name | Name | Last commit message | 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.
About
Interpreter for TranScript
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published