Wim Pomp d6df8786f8 - Use anyhow to handle errors.
- Debug speed control, pause/run, step back, run until.
- IO is a struct instead of traits.
- Handprint now is wprusty.
- Return code upon q instruction.
- Option to quit when not implemented.
2022-12-23 21:38:40 +01:00
2022-12-23 21:38:40 +01:00
2022-12-12 19:11:16 +01:00
2022-12-23 21:38:40 +01:00
2022-12-12 18:49:30 +01:00
2022-12-12 19:09:06 +01:00

Rusty Funge

Befunge interpreter and debugger for Befunge 93/98: Funges.

Installation

Make sure Rust 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

Description
A befunge interpreter and debugger
Readme GPL-3.0 81 KiB
Languages
Rust 100%