Supybot-plugins/Brainfuck
Mika Suomalainen fca588ee8c Brainfuck: update l10n-fi. 2012-04-17 15:45:05 +03:00
..
local Brainfuck: First commit. 2011-09-11 18:12:33 +02:00
locale Brainfuck: update l10n-fi. 2012-04-17 15:45:05 +03:00
README.txt Brainfuck: Write README. 2011-09-11 19:16:47 +02:00
__init__.py Brainfuck: First commit. 2011-09-11 18:12:33 +02: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: Fix typo. 2012-04-17 15:43:46 +03: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.