mycon 0.2.0

Befunge-98 interpreter
Documentation

mycon

An interpreter for the esoteric programming language Befunge-98.

Installation

mycon can be installed with cargo:

$ cargo install mycon

This will install the executable mycon into ~/.cargo/bin. Make sure that this directory is in your $PATH.

Usage

To interpret a file foo.b98, use

$ mycon foo.b98

The --help flag gives information about available options. Currently, there isn't anything interesting there, but that will change in future versions.

License

Copyright 2018 Johannes M. Griebler

mycon is released under the terms of the GNU General Public License version 3, or (at your option), any later version. See COPYING for details.