thighkiss

1.1.1 • Public • Published

ThighKiss

A simple brainfuck interpreter. Because there aren't enough of them.

Usage

import thighkiss from 'thighkiss'; // commonjs: const thighkiss = require('thighkiss')

console.log(thighkiss("++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++."))
// Expected output: 'Hello World!'

Features

  • Support for all commonly accepted brainfuck instructions.
  • Supports overflow wrapping.
  • Supports program inputs.

Package Sidebar

Install

npm i thighkiss

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

6.03 kB

Total Files

6

Last publish

Collaborators

  • thecommieaxolotl