Atomic expressions.
Atomic expressions comprise identifiers, literal values, and the empty expression.
Epsilon
A singleton class representing the empty expression.
Id
An identifier.
Lit
A literal value (usually a number or string).
previous
pytools.expression.make_expression
next
pytools.expression.atomic.Epsilon