BrainFrack

所属分类:人工智能/神经网络/深度学习
开发工具:LLVM
文件大小:0KB
下载次数:0
上传日期:2016-10-22 15:08:40
上 传 者sh-1993
说明:  使用LLVM-IR将BF代码编译为可执行文件,
(Compiles BF code into an executable using LLVM-IR,)

文件列表:
BrainFrack.cbp (1111, 2016-10-22)
BrainFrack.depend (175, 2016-10-22)
BrainFrack.layout (533, 2016-10-22)
bin/ (0, 2016-10-22)
bin/Release/ (0, 2016-10-22)
bin/Release/bfc.exe (521216, 2016-10-22)
main.cpp (5531, 2016-10-22)
obj/ (0, 2016-10-22)
obj/Release/ (0, 2016-10-22)
obj/Release/main.o (25649, 2016-10-22)
test/ (0, 2016-10-22)
test/99bottles/ (0, 2016-10-22)
test/99bottles/99bottles.bf (3155, 2016-10-22)
test/99bottles/99bottles.bf.exe (32139, 2016-10-22)
test/99bottles/99bottles.bf.ll (111100, 2016-10-22)
test/99bottles/99bottles.bf.opt.ll (94933, 2016-10-22)
test/99bottles/99bottles.bf.opt.s (66177, 2016-10-22)
test/eof/ (0, 2016-10-22)
test/eof/eof.bf (63, 2016-10-22)
test/eof/eof.bf.exe (27531, 2016-10-22)
test/eof/eof.bf.ll (3549, 2016-10-22)
test/eof/eof.bf.opt.ll (2565, 2016-10-22)
test/eof/eof.bf.opt.s (2082, 2016-10-22)
test/fib/ (0, 2016-10-22)
test/fib/fib.bf (352, 2016-10-22)
test/fib/fib.bf.exe (28043, 2016-10-22)
test/fib/fib.bf.ll (9709, 2016-10-22)
test/fib/fib.bf.opt.ll (12858, 2016-10-22)
test/fib/fib.bf.opt.s (8307, 2016-10-22)
test/gameoflife/ (0, 2016-10-22)
test/gameoflife/gameoflife.bf (3595, 2016-10-22)
test/gameoflife/gameoflife.bf.exe (34187, 2016-10-22)
test/gameoflife/gameoflife.bf.ll (98773, 2016-10-22)
test/gameoflife/gameoflife.bf.opt.ll (172546, 2016-10-22)
test/gameoflife/gameoflife.bf.opt.s (141486, 2016-10-22)
test/hello/ (0, 2016-10-22)
test/hello/hello.bf (111, 2016-10-22)
test/hello/hello.bf.exe (27531, 2016-10-22)
test/hello/hello.bf.ll (5344, 2016-10-22)
... ...

# Basic BrainFrack Compiler ## Compiles BF code into an executable using LLVM The compiler is written in c++. It emits LLVM-IR which is then optimized and turned into a native executable.
source - file.bf
llvm-ir - file.bf.ll
optimized - file.bf.opt.ll
executable - file.bf.exe

bfc <filename>

近期下载者

相关文件


收藏者