Just call the C lib 'the library' everywhere, don't call it a 'runtime'
This commit is contained in:
parent
38417fc8a1
commit
0f2347b318
25 changed files with 57 additions and 95 deletions
|
|
@ -1,19 +0,0 @@
|
|||
// The Tree-sitter runtime library can be built by compiling this
|
||||
// one source file.
|
||||
//
|
||||
// The following directories must be added to the include path:
|
||||
// - src
|
||||
// - include
|
||||
// - externals/utf8proc
|
||||
|
||||
#include "./get_changed_ranges.c"
|
||||
#include "./language.c"
|
||||
#include "./lexer.c"
|
||||
#include "./node.c"
|
||||
#include "./parser.c"
|
||||
#include "./stack.c"
|
||||
#include "./subtree.c"
|
||||
#include "./tree_cursor.c"
|
||||
#include "./tree.c"
|
||||
#include "./utf16.c"
|
||||
#include "utf8proc.c"
|
||||
Loading…
Add table
Add a link
Reference in a new issue