You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
.gitignore | 11 months ago | |
COPYING | 11 months ago | |
Makefile | 11 months ago | |
README | 11 months ago | |
bftxt.c | 2 years ago |
README
Description
===========
bftxt is a supersimple text to brainfuck code converter.
It can convert text supplied by the user to the corresponding
brainfuck code, which then may be fed to a brainfuck interpreter.
=======
Options
=======
-h print help message.
-l generate code using loops.
-a generate code using annidated loops.
-m arrange generated code in a multiline fashion.
-r generate any character using relative positions (previous char).
-n suppress newline at the end of the string.
-c add names of characters as comments.
-s <sep> use <sep> as separator between characters.
============
Installation
============
> make && sudo make install