check method

bool check(
  1. GrammarContext<S> context
)

Implementation

bool check(GrammarContext<S> context) => context.syntax.error == null;