dfa_debug constant

bool const dfa_debug

Implementation

static const bool dfa_debug = bool.fromEnvironment(
  'ANTLR_PARSER_DFA_DEBUG',
  defaultValue: false,
);