Add code for setting parse states’ corresponding lex states
This commit is contained in:
parent
a5e39d2512
commit
29a9b4643d
6 changed files with 33 additions and 36 deletions
|
|
@ -43,3 +43,7 @@ TSState TSParserParseState(const TSParser *parser) {
|
|||
TSState TSParserLexState(const TSParser *parser) {
|
||||
return 5;
|
||||
}
|
||||
|
||||
void TSParserSetLexState(const TSParser *parser, TSState lex_state) {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue