KiwiCodec.Schema.Parser.Token (kiwi_codec v0.1.1)

Copy Markdown View Source

Source token with line and column information for schema parse errors.

Summary

Types

t()

@type t() :: %KiwiCodec.Schema.Parser.Token{
  column: pos_integer(),
  line: pos_integer(),
  text: String.t()
}