Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 245 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 245 Bytes

bf2c

Description

A BrainF*ck to C translator written in C.

Build

make

Run

./bf2c hello.bf
gcc hello.c -o hello
./hello

Author

YuukiARIA