0.2.0 • Published 2 years ago

duh-systemrdl v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

NPM version Actions Status

Import SystemRDL into DUH

CLI Options

>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

SystemRDL -> DUH.JS

Zero install option

npx duh-systemrdl <path/to/*.rdl>

Install option

To install tool

npm init -y
npm i duh-systemrdl

To run tool

./node_modules/.bin/duh-systemrdl <path/to/*.rdl>