Next: , Previous: , Up: The Dezyne command-line tools   [Contents][Index]


9.5 Invoking dzn language

The dzn language command produces Dezyne language completion results and location information. It can be used by an editor or IDE to create a rich editing experience.

dzn dzn-option… language optionFILE

The options can be among the following:

--complete
-c

Show completion result; this is the default action.

--help
-h

Display help on invoking dzn language, and then exit.

--import=dir
-I dir

Add directory dir to the import path.

--offset=offset

Use offset offset to determine context.

--line=line,column
--point=line,column
-p line,column

Calculate offset from line line and column column.

--lookup
-l

Show lookup result.

--verbose
-v

Display input, parse tree, offset, context and completions.