module CLTK::Parser::Explain
Direct including types
Defined in:
cltk/parser/explain.crClass Method Summary
-
.explain(io : IO)
This function will print a description of the parser to the provided IO object.
Class Method Detail
def self.explain(io : IO)
#
This function will print a description of the parser to the provided IO object.
@param [IO] io Input/Output object used for printing the parser's explanation.
@return [void]