1.0.0 • Published 10 years ago
bf2c v1.0.0
bf2c
Compile Brainfuck to C.
Install
$ npm i bf2cExamples
CLI
$ bf2c examples/hello.b > hello.c && gcc hello.c && ./a.out
Hello World!Module
var bf2c = require("bf2c");
var code = bf2c("+++++++++++++.");1.0.0
10 years ago