Struct HIR_Literal

Struct Documentation

struct HIR_Literal

Public Members

LiteralKind kind
HIR_Array array_literal
HIR_Tuple tuple_literal
symbol string_literal
u128 integer_literal

128-bit integers are largest supported by LJ.

symbol floating_literal

May have suffix (e.g. 5.29f).

byte byte_literal
bool bool_literal
rune codepoint_literal
union HIR_Literal::[anonymous] [anonymous]