README.md - brcon2024-hackathons - Bitreichcon 2024 Hackathons
 (HTM) git clone git://bitreich.org/brcon2024-hackathons git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/brcon2024-hackathons
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
       ---
       README.md (174B)
       ---
            1 # Brainfuck Example
            2 
            3 This is a example to get the grasp on how yacc(1) and lex(1) interact.
            4 
            5 ## Build Instructions
            6 
            7         % make
            8         % ./brainfuck < brainfuck-example.bf
            9 
           10 Have fun!
           11