lsql-csv-0.1.0.4: 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 the selector expression parser and the arithmetic expression parser.

Synopsis

Documentation

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

The selector expression parser

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

The arithmetic expression parser