Crst::DirectiveParser
Inherits Reference < Object
Parses RST directives (.. directive:: syntax)
Extracted from Parser to handle all directive parsing and handling.
Constructors
new(parser : Parser, config : Config, inline_parser : InlineParser)
SourceInstance methods
parse_directive(reader : LineReader, name : String, arguments : Array(String), line_offset : Int32) : Node
Source