fungoid

Crates.iofungoid
lib.rsfungoid
version0.3.1
sourcesrc
created_at2022-06-05 17:22:37.331467
updated_at2024-04-15 00:56:58.376276
descriptionA Befunge interpreter and text-UI IDE written in Rust
homepagehttps://github.com/JoshKarpel/fungoid
repositoryhttps://github.com/JoshKarpel/fungoid
max_upload_size
id600236
size64,079
Josh Karpel (JoshKarpel)

documentation

https://github.com/JoshKarpel/fungoid

README

fungoid

A Befunge interpreter and text-UI IDE written in Rust.

Installation

fungoid can be installed using cargo, the Rust package manager:

cargo install fungoid

Usage

Fungoid provides a CLI command fungoid. Use the --help option to see what it can do:

$ fungoid --help
A Befunge interpreter and text-UI IDE written in Rust

Usage: fungoid <COMMAND>

Commands:
  run       Run a program
  ide       Start the TUI IDE
  examples  Interact with the bundled example programs
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

For example:

$ fungoid examples run eratosthenes --profile
Executed 4752 instructions in 213us 969ns (22,208,824 instructions/second)
2357111317192329313741434753596167717379
Commit count: 101

cargo fmt