It's a brainf*ck parser yeah? with the japh written in bf encoded into the code of the interpretter: this line: $c=~s/[^\+\-\054\056<>[\]]//sg; removes all the non bf chars ($c is by default the parser code) so you can cat in a bf string and whatever arguments you need... |
Update: Worked out how to use it (ish) and clarified my spoiler.
In reply to Re: Evil JAPH
by teamster_jr
in thread Evil JAPH
by etcshadow
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |