Refactoring some stuff in the parser lib, moving functions out of headers
This commit is contained in:
parent
4580d68951
commit
fb3a2d94a0
19 changed files with 522 additions and 608 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef TREE_SITTER_PARSER_H_
|
||||
#define TREE_SITTER_PARSER_H_
|
||||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
|
||||
#include "me/types.h"
|
||||
|
||||
|
|
@ -267,4 +267,4 @@ start:
|
|||
} \
|
||||
}
|
||||
|
||||
#endif // TREE_SITTER_PARSER_H_
|
||||
#endif // PARSER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue