commit 79a1dd264e6d05638dd7a063f437906682b08191 from: Omar Polo date: Wed Apr 27 18:46:59 2022 UTC tweak commit - 3e25d8e2ef7bdcfaed6a4ad37318f7e5dd25c13e commit + 79a1dd264e6d05638dd7a063f437906682b08191 blob - 0ce896b171fcfc1ef94b852e35baec63200b6bf5 blob + c581805e73cd7c272f27ddef5b6d7b92c08ef8f0 --- README.md +++ README.md @@ -2,7 +2,8 @@ bfc -- a brainfuck compiler =========================== bfc is a simple brainfuck compiler. It's written in Haskell because I -hate myself and outputs QBE because why not. +hate myself and outputs QBE because why not. It's released into the +public domain. Makefiles are clunky, hard to write and errors prone, but they also have their shortcomings! You can use make to build bfc: @@ -16,5 +17,3 @@ Usage: $ cc -o program program.S && ./program bfc reads from standard input if no arguments are given. - -bfc is release into the public domain.