Skip to content
/ brainfc Public

a brainf### language compiler written with llvm

Notifications You must be signed in to change notification settings

Sirox0/brainfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

brainfc

a simple brainf### compiler written in C++ with llvm

compiling

llvm 18 is required. use cmake without any arguments to compile

mkdir build && cd build
cmake ..
make -j$(nproc)

About

a brainf### language compiler written with llvm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published