Skip to content

olahol/bf2c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🐛 Not the smallest compiler ever

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published