retry_debug constant

bool const retry_debug

Implementation

static const bool retry_debug = bool.fromEnvironment(
  'ANTLR_PARSER_RETRY_DEBUG',
  defaultValue: false,
);