Remove halt_on_error API

This commit is contained in:
Max Brunsfeld 2020-01-27 15:36:09 -08:00
parent d06407aca2
commit 7de36a33eb
5 changed files with 8 additions and 77 deletions

View file

@ -336,14 +336,6 @@ TSLogger ts_parser_logger(const TSParser *self);
*/
void ts_parser_print_dot_graphs(TSParser *self, int file);
/**
* Set whether or not the parser should halt immediately upon detecting an
* error. This will generally result in a syntax tree with an error at the
* root, and one or more partial syntax trees within the error. This behavior
* may not be supported long-term.
*/
void ts_parser_halt_on_error(TSParser *self, bool halt);
/******************/
/* Section - Tree */
/******************/