class TLParser::Iter

Included Modules

Defined in:

tl_parser/iter.cr

Constant Summary

DEFINITIONS_SEP = ";"
FUNCTIONS_SEP = "---functions---"
TYPES_SEP = "---types---"

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : String) #

[View source]

Instance Method Detail

def comment_stack : Array(String) #

[View source]
def current_category : Category #

[View source]
def next #
Description copied from module Iterator(TLParser::Definition)

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]
def to_a! #

[View source]