Skip to content

jou4/Brainf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

$ make
$ ./bf example/hello.bf

Usage

execute code

$ ./bf -e ">++++++++++[<++++++++>-]<."

execute file

$ ./bf example/hello.bf

output assembly code and execute

$ ./bf -s example/hello.bf -o output.s
$ gcc output.s
$ ./a.out

License

Copyright (C) 2011 K.Kamitsukasa
Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)

About

Brainfu*k compiler written in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published