1.1.1 • Published 2 years ago

thighkiss v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.