|
General Details
|
|
C++
|
|
Posted 1.39 Year Ago
|
|
544 Views
|
|
Received 0 Ratings
|
|
Brainfuck Compiler
Description
converts brainfuck to asm, to compile cleanly. manages nested loops and input output correctly, which is more than most brainfuck implementations can say for themselves. most importantly, includes a bash script to compile.
# to convert bf file to an assembly file
bf2asm file.bf > file.s
# to compile file.bf into an executable named file
brainfuck file
Technical
makefile included, uses i386 assembly (at&t syntax) via gas.
Source Code
|
Download Source Code
brainfuck.zip ( 0.01Mb )
|
NEVER open a .exe, .bat, .cmd, or other executable file since that is where viruses are likely to live. Please virus scan all files you download.
|
Comments
| Please login to post comments. |
More "C++" Source Codes By This Author
Recently Posted "C++" Source Codes
Recently Rated "C++" Source Codes
|