hcipdc

This compiles PDL scripts.

hcipdc [-Wno- warn_tag] [-O dir] [-D debug_tag] 
[-Dno- debug_tag] files 
  • -Wno- disables the specified warnings.
  • warn_tag specifies the warn tag:
    • eol is an unexpected end-of-line (lexical).
    • eof is an unexpected end-of-file (lexical).
    • empty is a character class that is empty or a zero-length fixed array.
  • -O dir sets the output directory.
  • -D enables the specified debugging output.
  • -Dno- disables the specified debugging output.
  • debug_tag specifies the debug tag:
    • lex specifies lexical information. This is not enabled with all.
    • parse specifies parsing information.
    • top specifies second pass interpretation information.
    • phrase specifies phrase computation information.
    • codegen specifies code generation information.
    • dfa specifies data fragment information.
    • device specifies device information. For example, async, tcp-server.
    • all enables all tags, except lex.