https://github.com/hoehrmann/parse-abnf
Parse::ABNF Perl module
https://github.com/hoehrmann/parse-abnf
Last synced: 10 months ago
JSON representation
Parse::ABNF Perl module
- Host: GitHub
- URL: https://github.com/hoehrmann/parse-abnf
- Owner: hoehrmann
- Created: 2012-01-07T12:40:20.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T02:21:13.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T04:43:30.678Z (11 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Parse-ABNF/
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Parse-ABNF
==========
Please see `perldoc lib/Parse/ABNF.pm` for details.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install