Skip to content

bobappleyard/tsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages