DataQueryWorkflows
DSL::English::DataQueryWorkflows
DSL::English::DataQueryWorkflows
package has grammar and action classes for the parsing
and interpretation of natural language commands that specify data queries in the style of
Standard Query Language (SQL) or RStudio's library tidyverse.
Synopsis
use DSL::English::DataQueryWorkflows;
my $rcode = ToDataQueryWorkflowCode("select height & mass; arrange by height descending");