brainfuck: Added a simple Brainfuck interpreter
authorLucas Bajolet <r4pass@hotmail.com>
Wed, 15 Oct 2014 18:15:59 +0000 (14:15 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Thu, 16 Oct 2014 17:13:52 +0000 (13:13 -0400)
commit4ad91abc6031fa36638abc06e08b3bb28b47b889
tree3637935c5deba49b9ab5fb44dfb6b8c2e3e1e11c
parente43a2bf0b8d43cc6fb23c1247da303fd39c89bfe
brainfuck: Added a simple Brainfuck interpreter

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
contrib/brainfuck/README.md [new file with mode: 0644]
contrib/brainfuck/brainfuck.nit [new file with mode: 0644]
contrib/brainfuck/examples/hello.bf [new file with mode: 0644]
contrib/brainfuck/examples/hello2.bf [new file with mode: 0644]
contrib/brainfuck/examples/rot13.bf [new file with mode: 0644]