https://github.com/ehuelsmann/xdr-parse
Parse XDR (eXternal Data Representation) definitions into an AST (Abstract Syntax Tree)
https://github.com/ehuelsmann/xdr-parse
abstract-syntax-tree ast external-data-representation parser perl5 xdr
Last synced: 9 months ago
JSON representation
Parse XDR (eXternal Data Representation) definitions into an AST (Abstract Syntax Tree)
- Host: GitHub
- URL: https://github.com/ehuelsmann/xdr-parse
- Owner: ehuelsmann
- License: other
- Created: 2024-05-15T06:56:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T21:54:57.000Z (over 1 year ago)
- Last Synced: 2025-10-12T18:56:11.754Z (9 months ago)
- Topics: abstract-syntax-tree, ast, external-data-representation, parser, perl5, xdr
- Language: Perl
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
This archive contains the distribution XDR-Parse:
Transform textual XDR (eXternal Data Representation) specifications
into an AST (Abstract Syntax Tree)
This software is copyrighted; see the LICENSE file.
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install