1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
bf-llvm-compiler/run.sh
2016-02-27 23:26:23 +00:00

2 lines
No EOL
148 B
Bash
Executable file

#./vanillabuild.sh && ./build/bfc.sh $1 && ./a.out | hexdump -C
./build/LLVMCompiler $1 && ~/Documents/Code/build/Release/bin/lli $1.ll | hexdump -C