Skip to content
/ fungi Public
forked from thomaseding/fungi

Funge-98 interpreter and debugger written in Haskell

License

Notifications You must be signed in to change notification settings

helvm/fungi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Homepage: https://github.com/thomaseding/fungi

Hackage: https://hackage.haskell.org/package/Fungi


Install from git repository:

$ cabal configure
$ cabal build
$ cabal install

Install from Hackage.

$ cabal update
$ cabal install Fungi

For information on how to use Fungi, run the program with the --help command line argument.

Note that the --help option will list all implemented fingerprints.

fungi --help

For information on how to use a fingerprint, run the program with the --finger-doc command line argument.

fungi --finger-doc NAME

About

Funge-98 interpreter and debugger written in Haskell

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Haskell 97.9%
  • Brainfuck 1.3%
  • Other 0.8%