VICI
0.11.815
Visual Chart Interpreter
|
Display a syntax chart of command options. More...
#include <vici/vici.h>
Public Member Functions | |
virtual | ~Syntax () |
virtual destructor | |
virtual void | show (csr s)=0 |
display the syntax chart for the supplied ebnf More... | |
Display a syntax chart of command options.
The definition of the facade for libsyntax.
The implementation will display a syntax chart of command options, allowing the user to navigate between non-terminal nodes of the EBNF.
|
pure virtual |
display the syntax chart for the supplied ebnf
s | the EBNF to build the chart for. |
Implemented in VICI::stub::SyntaxStub.