Import SystemRDL into DUH
>duh-systemrdl --help
Usage: duh-systemrdl [options]
Options:
-p, --perl dump intermediate Perl file
-o, --post dump post Perl processed RDL file
-l, --lsp dump RDL AST in Lisp format
-v, --verbose print file names and Parser error counts
-V, --version output the version number
-h, --help display help for command
npx duh-systemrdl <path/to/*.rdl>
To install tool
npm init -y
npm i duh-systemrdl
To run tool
./node_modules/.bin/duh-systemrdl <path/to/*.rdl>