yabfr
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

yabfr (yet another brainf**k in rust)

blazingly fast brainf**k interpreter made in rust

usage

wasm:

npm install yabfr
import { run } from "yabfr";

const output = run("brainf**k program");

console.log(output);

rust

use yabfr::run;

let output = run("++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.");

println!("{}", output)

/yabfr/

    Package Sidebar

    Install

    npm i yabfr

    Weekly Downloads

    1

    Version

    2.0.0

    License

    LGPL-3.0

    Unpacked Size

    30.6 kB

    Total Files

    7

    Last publish

    Collaborators

    • thatgurkangurk