Crates.io | mycon |
lib.rs | mycon |
version | 0.2.0 |
source | src |
created_at | 2018-10-10 17:26:11.07749 |
updated_at | 2018-10-17 10:43:48.951267 |
description | Befunge-98 interpreter |
homepage | |
repository | https://github.com/jgriebler/mycon |
max_upload_size | |
id | 89102 |
size | 122,910 |
An interpreter for the esoteric programming language Befunge-98.
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
.
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.
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.