INT constant

TokenType const INT

Implementation

static const TokenType INT = const TokenType(
  /* index = */ 6,
  'int',
  'INT',
  NO_PRECEDENCE,
  INT_TOKEN,
  stringValueShouldBeNull: true,
);