Forums - Open Redstone Engineers
BF Standard in Binary - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: ORE General (https://forum.openredstone.org/forum-39.html)
+--- Forum: Build Discussion (https://forum.openredstone.org/forum-50.html)
+--- Thread: BF Standard in Binary (/thread-1287.html)



BF Standard in Binary - tokumei - 11-01-2013

Here's the best standard I've come up with for creating BF applications using binary characters:

000 - +
001 - -
010 - .
011 - ,
100 - >
101 - <
110 - [
111 - ]

Opinions? I personally think this is the most optimized/organized it can get.


RE: BF Standard in Binary - Iceglade - 11-01-2013

I wonder how an interpreter would look.


RE: BF Standard in Binary - tokumei - 11-01-2013

In mc? I'll be working on one :3


RE: BF Standard in Binary - xdot - 11-02-2013

(11-01-2013, 08:45 PM)Iceglade Wrote: I wonder how an interpreter would look.

I once built a BF interpreter on the RDF. Got griefed. Basically, it consisted of a (piston) hard drive, a huge ROM and a counter (for conditional jumps).