Holumbus-Searchengine-1.2.3: A search and indexing engine.

Portabilityportable
Stabilityexperimental
MaintainerTimo B. Huebel (tbh@holumbus.org)
Safe HaskellNone

Holumbus.Query.Language.Parser

Contents

Description

Version : 0.2

The Holumbus query parser, based on the famous Parsec library.

The parser implements a default syntax for the query grammar which exposes all possible query types and operators to the user.

Synopsis

Parsing

parseQuery :: String -> Either String QuerySource

Parse a query using the default syntax provided by the Holumbus framework.