lsql-csv-0.1.0.3: A tool for CSV files data querying from the shell with short queries.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Lsql.Csv.Lang.Selector

Description

This module implements selector expression and arithmetic expression parsers.

Synopsis

Documentation

selectorP :: [String] -> Parser [Arg] Source #

Selector expression parser.

arithmeticExprP :: [String] -> Parser Arg Source #

Arithmetic expression parser.