random

:-)
git clone read: git://git.margiolis.net/random.git
Log | Files | Refs | LICENSE

README (285B)


      1 bf
      2 ==
      3 
      4 A brainfuck interpreter. bf reads input from stdin and interprets it
      5 as Brainfuck source code.
      6 
      7 Usage
      8 -----
      9         cd path/to/bf
     10         make
     11         ./bf < src.bf
     12 
     13 You can install bf by running:
     14 
     15         sudo make install clean
     16 
     17 The binary will be installed in usr/local/bin.