braintsck
v1.2.1
Published
Brainfuck to JavaScript compiler in TypeScript
Downloads
29
Maintainers
Readme
brainTSck
Brainfuck to JavaScript compiler in TypeScript
With this package, you can write node.js programs in brainfuck, the absolute best programming language!
Installation
Install with npm:
npm install -g braintsckManual installation
Clone the repository:
git clone https://github.com/benja2998/brainTSck.gitCompile to JavaScript:
npm run buildRun it:
node dist/index.jsUsage
brainTSck takes a brainfuck file as input and outputs a JavaScript file.
You can try the hello.bf file provided in the repository:
braintsck hello.bfWriting a package
You can make a brainfuck file called index.bf, then use the compiler to compile it into a JavaScript file:
braintsck index.bfWhy use this
You can write node.js programs in brainfuck.
License
brainTSck is freely redistributable under the terms of the GPL-3.0-or-later.
