View Source Loupe.Language (Loupe v0.6.1)

Loupe's compiler entrypoint.

Link to this section Summary

Functions

Compiles a query to AST

Link to this section Types

Link to this section Functions

@spec compile(String.t() | charlist()) ::
  {:ok, Loupe.Language.Ast.t()} | {:error, compile_error()}

Compiles a query to AST