debug constant

bool const debug

Implementation

static const bool debug = bool.fromEnvironment(
  'ANTLR_LEXER_DEBUG',
  defaultValue: false,
);