Skip to content

benja2998/brainTSck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainTSck

node.js package

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 braintsck

Manual installation

Clone the repository:

git clone https://github.com/benja2998/brainTSck.git

Compile to JavaScript:

npm run build

Run it:

node dist/index.js

Usage

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.bf

Writing a package

You can make a brainfuck file called index.bf, then use the compiler to compile it into a JavaScript file:

braintsck index.bf

Why 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.