JMES.Lexer (bpxe_jmes v0.6.1) View Source

Tokenizes JMESPath expressions.

Link to this section Summary

Functions

Tokenizes a JMESPath expression.

Link to this section Types

Specs

error() :: {atom(), any(), pos_integer()}

Specs

success() :: {:ok, tokens(), pos_integer()}

Specs

tokens() :: [atom() | tuple()]

Link to this section Functions

Specs

scan(String.t()) :: success() | error()
scan(charlist()) :: success() | error()

Tokenizes a JMESPath expression.