View Source Dx.Parser.Token (dx v0.3.0)

Link to this section Summary

Functions

Encapsulates all static args to be passed around between functions.

Link to this section Types

@type t() :: %Dx.Parser.Token{
  aliases: %{required(atom()) => any()},
  opts: map(),
  type: module() | nil
}

Link to this section Functions

Link to this function

%Dx.Parser.Token{}

View Source (struct)

Encapsulates all static args to be passed around between functions.

Link to this function

set_aliases(token, new_aliases)

View Source