Skip to content

redstarcoder/go-starfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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