Package ast.expr.literal

Types

Link copied to clipboard
class NumberLiteral(val value: Double) : Expression

Represents a constant number value defined in the source code.

Link copied to clipboard
class StringLiteral(val value: String) : Expression

Represents a constant string value defined in the source code.