14 lines
438 B
Markdown
14 lines
438 B
Markdown
# Rusty Funge
|
|
[Befunge](https://en.wikipedia.org/wiki/Befunge) interpreter and debugger for Befunge 93/98: [Funges](https://github.com/catseye/Funge-98/blob/master/doc/funge98.markdown#Whatis).
|
|
|
|
## Installation
|
|
Make sure Rust [Cargo](https://doc.rust-lang.org/cargo/) is installed, then:
|
|
`cargo install --git https://github.com/wimpomp/rusty_funge.git`
|
|
|
|
|
|
## Usage
|
|
`befunge --help`
|
|
|
|
## Examples
|
|
`befunge examples/factorial0.bf 20 -d 0.05`
|