Source token with line and column information for schema parse errors.
Summary
Types
@type t() :: %KiwiCodec.Schema.Token{ column: pos_integer(), line: pos_integer(), text: String.t() }
Source token with line and column information for schema parse errors.
@type t() :: %KiwiCodec.Schema.Token{ column: pos_integer(), line: pos_integer(), text: String.t() }