searchql v1.0.0 SearchQL.Parser behaviour

A behaviour that defines how to build parsers for SearchQL. A SearchQL parser must expose a single parse/1 function that accepts an array of SearchQL tokens and returns an array of SearchQL tokens.

Summary

Callbacks

parse(list)