class IGC::Parser
- IGC::Parser
- Reference
- Object
Defined in:
igc/parser.crConstructors
-
.new(str : String)
Creates a new parser from a string
-
.new(slice : Bytes)
Creates a new parser from a buffer
-
.new(io : IO)
Created a new parser from any IO, like a file
Instance Method Summary
-
#parse : IGC::File
Parses the file and returns a Feature