class IGC::Parser

Defined in:

igc/parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(str : String) #

Creates a new parser from a string


[View source]
def self.new(slice : Bytes) #

Creates a new parser from a buffer


[View source]
def self.new(io : IO) #

Created a new parser from any IO, like a file


[View source]

Instance Method Detail

def parse : IGC::File #

Parses the file and returns a Feature


[View source]