menu
parser_tool package
documentation
grammar_compiler.dart
GrammarCompilerOptions
GrammarCompilerOptions const constructor
GrammarCompilerOptions const constructor
dark_mode
light_mode
GrammarCompilerOptions
constructor
const
GrammarCompilerOptions
(
{
bool
debug
=
false
,
bool
predict
=
true
,
})
Implementation
const GrammarCompilerOptions({this.debug = false, this.predict = true});
parser_tool package
documentation
grammar_compiler
GrammarCompilerOptions
GrammarCompilerOptions const constructor
GrammarCompilerOptions class