Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 874 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 874 Bytes

go-starfish

A *><> interpreter written in Go. *><> is a language derrived from ><>.

Installation

Install golang. To install or update starfish on your system, run:

go install github.com/redstarcoder/go-starfish/cmd/starfish

Usage

$ starfish -h
Usage: starfish [args] <file>
  -c	output the codebox each tick
  -code string
    	execute the script supplied in 'code'
  -h	display this help message
  -i value
    	set the initial stack (ex: '"Example" 10 "stack"')
  -m	run like the fishlanguage.com interpreter
  -s	output the stack each tick
  -t duration
    	time to sleep between ticks (ex: 100ms)

Acknowledgments