Just call the C lib 'the library' everywhere, don't call it a 'runtime'

This commit is contained in:
Max Brunsfeld 2019-01-10 15:22:39 -08:00
parent 38417fc8a1
commit 0f2347b318
25 changed files with 57 additions and 95 deletions

View file

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