- History is using delta's to preserve memory. - Input in debug mode. - Scroll code in debug mode. - Wrap output in debug mode. - Special error types. - Imlement FungeSpace as a combination of Strings and a HashMap. - Option for befunge 93, 97, 98 -> 97 runs soup.bf.
15 lines
517 B
Markdown
15 lines
517 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).
|
|
Rusty Funge passes all [Mycology](https://github.com/Deewiant/Mycology) tests.
|
|
|
|
## 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`
|