Package edu.cornell.cs.apl.viaduct.syntax.values

Types

BooleanValue
Link copied to clipboard
data class BooleanValue(value: Boolean) : Value

A boolean value.

IntegerValue
Link copied to clipboard
data class IntegerValue(value: Int) : Value

An integer.

UnitValue
Link copied to clipboard
object UnitValue : Value

The unique value of type UnitType.

Value
Link copied to clipboard
abstract class Value : PrettyPrintable

The result of evaluating an expression.

ValueStyle
Link copied to clipboard
object ValueStyle : Style

The display style of Values.