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("+++++++++++++.");

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i bf2c

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • olahol