An open API service indexing awesome lists of open source software.

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)

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