Skip to content

ilobilo/bf2c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bf2c

Brainfuck to C compiler

Building and Running

  • meson builddir
  • ninja -C builddir
  • ./builddir/bf2c input.bf output.c