https://github.com/hoehrmann/grammar-graph
Grammar::Graph Perl module
https://github.com/hoehrmann/grammar-graph
Last synced: 3 months ago
JSON representation
Grammar::Graph Perl module
- Host: GitHub
- URL: https://github.com/hoehrmann/grammar-graph
- Owner: hoehrmann
- Created: 2014-02-03T00:19:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T00:48:44.000Z (over 6 years ago)
- Last Synced: 2025-03-26T23:14:12.711Z (10 months ago)
- Language: Perl
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Grammar::Graph
==============
Please see `perldoc lib/Grammar/Graph.pm` for details.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install