always trimming fat
This commit is contained in:
parent
bf669ee8a7
commit
74d642f297
8 changed files with 808 additions and 1450 deletions
|
|
@ -2,9 +2,8 @@
|
|||
#define TREE_SITTER_PARSE_STACK_H_
|
||||
|
||||
#include "./array.h"
|
||||
#include "./error_costs.h"
|
||||
// #include "./error_costs.h"
|
||||
#include "./subtree.h"
|
||||
#include <stdio.h>
|
||||
|
||||
typedef struct Stack Stack;
|
||||
|
||||
|
|
@ -123,6 +122,4 @@ void ts_stack_remove_version(Stack *, StackVersion);
|
|||
|
||||
void ts_stack_clear(Stack *);
|
||||
|
||||
bool ts_stack_print_dot_graph(Stack *, const TSLanguage *, FILE *);
|
||||
|
||||
#endif // TREE_SITTER_PARSE_STACK_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue