- 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.
About
Brainfuck compiler under 256 bytes in size.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published