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

Lsql.Csv.Core.Evaluator

Description

This module contains the evaluator of a lsql-csv program.

Synopsis

Documentation

evaluate :: SymbolMap -> [Block] -> [Printable] Source #

Evaluates the program in parsed [Block] over the input in SymbolMap.