class

Krikri::JMESPath::Parser

Inherits Reference < Object


Parser - recursive descent over the token stream, precedence per the JMESPath grammar (pipe lowest, then or, then and, then unary).

Constructors

new(tokens : Array(Token), source : String)
Source

Instance methods

expect_end
Source
parse_expression
Source
tokens
Source