Fix bug in stack breakdown procedure
This commit is contained in:
parent
cbc66b359e
commit
bdbe69258a
4 changed files with 76 additions and 32 deletions
|
|
@ -189,7 +189,7 @@ namespace tree_sitter {
|
|||
body += _default("LEX_PANIC();");
|
||||
return _switch("LEX_STATE()", body);
|
||||
}
|
||||
|
||||
|
||||
string symbol_count() {
|
||||
return "#define TS_SYMBOL_COUNT " + to_string(parse_table.symbols.size());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue