- Notifications
You must be signed in to change notification settings - Fork2
Brainfuck compiler under 256 bytes in size.
License
NotificationsYou must be signed in to change notification settings
ibara/bf256
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
bf256
is a Brainfuck compiler under 256 bytes in size.
It probably only works onOpenBSD/amd64as-is.
See theblog post.
Just runmake
.
$ bf256 < input.bf > output.c
Alternatively:
$ bf256 < input.bf | cc -x c -
Compiler alone:
$ size bf256.otext data bss dec hex207 0 0 207 cf
With overhead:
$ size bf256text data bss dec hex231 0 0 231 e7
ISC License. SeeLICENSE
for details.