2 unstable releases

Uses old Rust 2015

0.2.0 Oct 17, 2018
0.1.0 Oct 10, 2018

#877 in Programming languages

GPL-3.0-or-later

83KB
2K SLoC

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.


lib.rs:

An interpreter and a library for the esoteric programming language Befunge-98.

Dependencies

~2.5MB
~32K SLoC