Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Token ¶
type Token struct { Typ TokenType // The type of this token Pos Pos // The starting position, in bytes, of this item in the input string. Val string // The value of this item. }
Represents a token in the EDIFACT data.
Click to show internal directories.
Click to hide internal directories.