Ground Expressions

Ground expressions are used for representing tree-like structures at run-time.

Syntax

GroundExpression = { GroundTerm }.
GroundTerm = Symbol | "(" GroundExpression ")".

Notation

Ground expressions are denoted by Ge, ground terms by Gt, and symbols by Gs.

Related concepts
Static and Dynamic Symbols
Variable Values and Environments
Result Expressions
Patterns