Packages

A URL path pattern matching library for the Gleam programming language

Current section

Files

Jump to
pathern include pathern@internal@lexer_Token.hrl
Raw

include/pathern@internal@lexer_Token.hrl

-record(token, {
token_type :: pathern@internal@lexer:token_type(),
index :: integer(),
length :: integer(),
value :: binary()
}).