Documentation
¶
Overview ¶
Package parser is a parser for Efs2files. With this parser, you can read an Efs2file and convert the instructions within it into tasks. This parser is also able to read from standard in.
tasks, err := Parser("/path/to/Efs2file") if err != nil { // do stuff }
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.