tsi

command module
v0.0.0-...-9c24167 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2013 License: GPL-3.0 Imports: 7 Imported by: 0

README

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.

	

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL