Supybot-plugins/Brainfuck
Valentin Lorentz 0f19d6126d All plugins: Add Python 3 support. 2013-03-25 19:12:08 +01:00
..
local Brainfuck: First commit. 2011-09-11 18:12:33 +02:00
locales Rename all 'locale' directories to 'locales'. 2012-12-26 15:47:23 +01:00
README.txt Brainfuck: Write README. 2011-09-11 19:16:47 +02:00
__init__.py All plugins: Add Python 3 support. 2013-03-25 19:12:08 +01:00
config.py Brainfuck: First commit. 2011-09-11 18:12:33 +02:00
messages.pot Brainfuck: update messages.pot 2012-04-17 15:44:07 +03:00
plugin.py Brainfuck: Prevent 'I tried to send you an empty message' on timeout. 2012-07-30 22:03:54 +00:00
test.py Brainfuck: Handle segmentation faults properly. 2011-09-11 20:14:06 +02:00

README.txt

Brainfuck interpreter. See Wikipedia page for more informations.

This plugin supports the standard Brainfuck specifications.

Notes about this implementation:
* The size of a memory cell is mostly unlimited (see Python limits of integers
  for more informations)
* The number of memory cells is mostly unlimited (see Python maximum list size
  for more informations)
* As user can input characters in the console, he must give them as the
  --input parameter when calling the command.