Function Parser.error

final void error(
  string message,
  bool shouldAdvance = true,
  bool includeCurrentToken = false
);