Menu

Tree [r21] /
 History

HTTPS access


File Date Author Commit
 code_samples 2009-07-29 willehr [r15]
 LICENSE.txt 2009-07-28 willehr [r4]
 README.txt 2010-02-10 willehr [r20]
 bfgen-1.0.py 2010-07-30 willehr [r21]

Read Me

------------------------
----- BFGen README -----
------------------------

BFGen is a little (¿stupid?) script that converts the extremely masoquist 
task of writing BrainFuck code into something not-so-extremely masoquist. 
It's nothing but a geek project targeted to geek programmers. And so I am.

------------------------

 -System: GNU/Linux, Mac OS X, Windows* (only Python interpreter required)

 -Language: Python

 -Objective: To generate BrainFuck code in a relatively-easy way.

 -Structure: BFGen is an easy script that writes output BrainFuck-code 
 through simple commands. The basic symbols ".,+-<>[]" are directly putted, 
 whereas some other methods automatize tasks like text input.

 -Non-standard libraries: None

------------------------

* In Windows systems you should replace "system('clear')" cmd into 
  "system('cls') in the source.