/rnbw

Not a lolcat clone

Primary LanguageC

R N B W

Inspired by lolcat.

WIP

NOTE: To build first do make com, then make build because the makefile sucks. TODO: Figure it out and write sane makefile.

Examples

$ ./examples/generate-text.sh | \
./rnbw -c from 144 to 42, from 42 to 83, from 83 to 219, from 219 to not including 144

$ for i in {1..3}; do figlet -f poison 'RNBW NOT LOLCAT' -w 200; done | \
./rnbw -c from 33 to 200 and back -w 3

See more at examples

Syntax

TODO

Building

Dependencies:

antlr3.2 - If you want to generate lexer and parser files yourself. You can find generated files in the grammar directory.
libantlr3c-dev - ANTLR C runtime.
libutfcpp-dev - Provides UTF-8 support.

Run:
make grammar - To generate lexer and parser files from grammar.
make app - To build a program.