Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Position ¶
type Position struct { Filename string Offset int //offset relative to entire file Line int Col int //offset relative to each line }
Position is the location of a code point in the source
Click to show internal directories.
Click to hide internal directories.