Skip to content

saile515/bfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFC - BrainFuck Compiler

A Brainfuck compiler targeting x86-64 NASM assembly for Linux.

Build

    cmake -S . -B build
    cmake --build build

Usage

You need to have NASM and ld installed.

    bfc <input.bf> <output>

Releases

No releases published

Packages

No packages published