Aperiot
=======

This package is a toolkit for "aperiot," a simple lexer and LL parser generator.

  The tools included are:
  
  - A generic lexer
  - An LL parser generator
  - An LL parser kernel

  Other planned tools are listed in the TODO file.
  
  Documentation is found in the doc directory.


Requirements
------------

  - Python 2.4 or newer (it can be obtained at http://www.python.org)


Installation
------------

  Installation instructions can be found in the INSTALL file.
  
  
Unsinstalling
-------------

  Uninstallation instructions can be found in the UNINSTALL file.


---------------------------
(c) 2006 - Ernesto Posse
e-mail: eposse@cs.mcgill.ca
