module CLTK::Parser::Explain

Direct including types

Defined in:

cltk/parser/explain.cr

Class Method Summary

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]


[View source]