Depager README

Depager is a self extensible parser generator.

Requirements


* Ruby 1.8

Install(gem)


$ sudo gem install depager

Install(tgz)


De-compress archive and enter its top directory.
Then type:

 ($ su)
  # ruby setup.rb

These simple step installs this program under the default
location of Ruby libraries.  You can also install files into
your favorite directory by supplying setup.rb some options.
Try "ruby setup.rb --help".

Usage


  $ depager -o outputfile inputfile

ex.

  $ depager -o calc.tab.rb calc.dr

Try -h option for more detail.

License


GPL

Author


maita and Nakai "Language" lab.
Hisashi Nakai(Supervisor & Original Author)
Chikara Satake(Original Author)

maita <[email protected]>