htmlCheckerLexer top-level property
Functions that take no arguments *************************************************************************/ identifies toBooleans
Implementation
/// identifies toBooleans
final Parser<HtmlCheckerParser> htmlCheckerLexer =
(string('htmlChecks()') | string('.htmlChecks()'))
.map((_) => HtmlCheckerParser());