Skip to content

TryItOnline/brainfuck

Repository files navigation

brainfuck et al. for Try It Online

This is a collection of simple transpilers for the Try It Online family of online interpreters.

Currently available:

  • brainfuck

    Implemented with a wrapping tape of 65,536 8-bit cells.

  • Alphuck

    Transpiles to brainfuck.

  • brainbool

    Implemented with a wrapping tape of 65,536 8-bit cells. Input characters unequal to 1 are treated as 0. Use -b for raw byte input, -B for raw byte output.

  • oOo CODE

    Implemented with a wrapping tape of 65,536 8-bit cells.

  • tinyBF

    Implemented with a wrapping tape of 65,536 8-bit cells.

  • Random Brainfuck

    Implemented with a wrapping tape of 65,536 8-bit cells. Uses a cryptographically secure PRNG.

  • Brainlove

    Implemented with a wrapping tape of 65,536 8-bit cells.

  • Extended Brainfuck Type I

    Implemented with a wrapping tape of 65,536 8-bit cells.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages