### DESCRIPTION

[PETOOH](github.com/Ky6uk/PETOOH) interpreter written in [Ruby](ruby-lang.org) and [GPL](github.com/LavirtheWhiolet/self-bootstrap).

### DEPENDS

[Ruby](ruby-lang.org) 1.9.3 or higer.

### BUILD

First, you need to install:

To (re-)build PETOOH interpreter as a standalone Ruby script you give the command:

rake petooh.rb

To build a Ruby gem you give the command:

rake gem

To build everything in this package you just give the command:

rake

To clean up your directory give the command:

rake clean

### INSTALL

Copy “petooh.rb” to some directory.

Or install the corresponding Ruby gem by giving the command:

gem install petooh

### USAGE

To run:

~$ ruby petooh.rb [options] file

Or, if you have installed the interpreter as a Ruby gem:

~$ petooh [options] file

Options: