expression: Literal Expressions in Grokit

Description Details Note Author(s) Examples

Description

Expressions are used as inputs to GLAs, as well as for other tasks such as generation and filtering.

Details

An expression specified in the following manner:

Note

For the most part, the expression is not evaluated at all. Instead, it is parsed and its abstract syntax tree is visited and translated.

Author(s)

Jon Claus, <jonterainsights@gmail.com>, Tera Insights LLC

Examples

1
2
3
4
5
6
## Basic expression
(att1 + att2) * att3

## Use of .()
a <- 1
(att1 + .(a)) * att3

tera-insights/gtBase documentation built on May 31, 2019, 8:35 a.m.