Acme-Cow-Interpreter version 0.02
=================================

Acme::Cow::Interpreter is a module for executing code written in the Cow
programming language (https://bigzaphod.github.io/COW/).

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires the following modules:

   Test::More (for test scripts only)
   Test::Output (for test scripts only)

PROGRAMS

The `bin' directory in the distribution contains the following programs:

   cow.pl - an interpreter for the Cow programming language. See the
   comments in the file header.

   cow.c - a C wrapper for the Perl version of the interpreter. See the
   comments in the file header.

   cowtidy.pl - a program for tidying up Cow source code.

   text2cow.pl - a program for converting text to Cow source code which
   prints the given text.

The `examples' directory in the distribution contains a few Cow source
code sample files.

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Acme::Cow::Interpreter

COPYRIGHT AND LICENCE

Copyright 2007-2010 Peter John Acklam <pjacklam@online.no>

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.