i property

int i
getter/setter pair

Global counter for generating unique node IDs.

Used by newId() to ensure each AST node gets a unique identifier for LLVM register naming. This prevents naming conflicts in the generated IR.

Implementation

static int i = 0;