bf2c

1.0.0 • Public • Published

bf2c

Compile Brainfuck to C.

Install

$ npm i bf2c

Examples

CLI
$ bf2c examples/hello.b > hello.c && gcc hello.c && ./a.out
Hello World!
Module
var bf2c = require("bf2c");
var code = bf2c("+++++++++++++.");

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i bf2c

      Weekly Downloads

      2

      Version

      1.0.0

      License

      ISC

      Last publish

      Collaborators

      • olahol