Refactoring some stuff in the parser lib, moving functions out of headers

This commit is contained in:
Maix0 2024-07-04 00:43:43 +02:00
parent 4580d68951
commit fb3a2d94a0
19 changed files with 522 additions and 608 deletions

View file

@ -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