5 releases

0.3.1 Apr 15, 2024
0.3.0 Oct 14, 2023
0.2.2 May 4, 2023
0.2.1 Jul 2, 2022
0.2.0 Jun 5, 2022

#306 in Programming languages

Download history 5/week @ 2024-02-22 3/week @ 2024-02-29 2/week @ 2024-03-07 4/week @ 2024-03-14 15/week @ 2024-03-28 12/week @ 2024-04-04 138/week @ 2024-04-11 14/week @ 2024-04-18

152 downloads per month

MIT license

40KB
1K SLoC

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

Dependencies

~5–15MB
~170K SLoC