Skip to content

redstarcoder/go-fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-fish

A ><> interpreter written in Go.

Installation

Install golang. To install or update go-fish on your system, run:

go install github.com/redstarcoder/go-fish

Usage

$ go-fish -h
Usage: go-fish [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

About

An implementation of the ><> esolang in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages