Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-brainfuck

Python parser and TCP/UDP/HTTP server for brainfuck language: http://en.wikipedia.org/wiki/Brainfuck

How To Use

Clone github code

git clone https://github.com/Tefnet/python-brainfuck
cd python-brainfuck

Create virtualenv

virtualenv .

Run parser tests

bin/python setup.py test

Install

bin/python setup.py install

Run server

bin/brainfuck_server

Test server

  • TCP echo -n '++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.' | nc localhost 1982

  • UDP echo -n '++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.' | nc localhost 1982

Test HTTP server

About

Brainfuck parser and server

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages