yu-core-0.1.0.0: The core of Yu.

Copyright(C) Qinka 2017
LicenseGPL v3+
Maintainerme@qinka.pro
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Yu.Core.View.Query.Parsec

Description

This module is for the query command, to parsec the query command

Synopsis

Documentation

parse the query command for query

commands

The query commands include * type={t,f}={post,text,binary,query,..} * take=SIZE * drop=SIZE * befor=DATE * after=DATE * tag={t,f}=TAG * or * and * true * false

runQp :: String -> Either ParseError ([ResT] -> [ResT]) Source #

transform the command to function