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