debug constant

bool const debug

Implementation

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