| .. |
|
unicode
|
Expand on query docs
|
2019-10-30 10:26:10 -07:00 |
|
wasm
|
fix(wasm): remove C++ mangled symbols
|
2024-02-09 06:58:56 -05:00 |
|
alloc.c
|
Grow memory dynamically as-needed when loading wasm language modules
|
2023-12-03 12:12:47 -08:00 |
|
alloc.h
|
Simplify allocation-recording in test suite using new ts_set_allocator API
|
2021-12-30 16:09:07 -08:00 |
|
array.h
|
fix: dealloc calls on zero pointers
|
2023-09-03 06:53:18 +03:00 |
|
atomic.h
|
Merge branch 'master' into wasm-language
|
2023-10-27 12:11:43 +01:00 |
|
clock.h
|
Add --dot flag to parse subcommand, for printing tree as DOT graph
|
2023-02-13 12:33:34 -08:00 |
|
error_costs.h
|
Just call the C lib 'the library' everywhere, don't call it a 'runtime'
|
2019-01-10 15:22:39 -08:00 |
|
get_changed_ranges.c
|
fix: rename shadowed variables from -Wshadow warnings and apply some useful clang-tidy warnings
|
2023-07-19 18:12:26 -04:00 |
|
get_changed_ranges.h
|
Just call the C lib 'the library' everywhere, don't call it a 'runtime'
|
2019-01-10 15:22:39 -08:00 |
|
host.h
|
Make SubtreeInlineData work on Big-Endian
|
2021-12-24 16:47:10 +01:00 |
|
language.c
|
Allow wasm languages to be deleted
|
2023-12-27 15:00:16 -08:00 |
|
language.h
|
fix: do not install parser.h
|
2024-02-02 11:30:24 -05:00 |
|
length.h
|
Tolerate tree edits whose old range extends beyond the end of the tree
|
2022-08-25 10:20:40 -07:00 |
|
lexer.c
|
fix: do not increment current_included_range_index past included_range_count in __do_advance
|
2023-08-27 14:16:18 +03:00 |
|
lexer.h
|
fix: do not install parser.h
|
2024-02-02 11:30:24 -05:00 |
|
lib.c
|
Provide minimal C/C++ std library to wasm external scanners
|
2022-11-15 17:14:33 -08:00 |
|
node.c
|
fix(lib): segmentation fault in ts_node_parse_state
|
2023-09-12 02:35:22 +03:00 |
|
parser.c
|
fix: use correct printf specifiers
|
2024-02-08 22:46:43 +01:00 |
|
parser.h
|
fix: do not install parser.h
|
2024-02-02 11:30:24 -05:00 |
|
point.h
|
Change goto_first_child_for_{byte,point} to compare nodes' ranges inclusively
|
2022-02-04 12:38:33 -08:00 |
|
query.c
|
chore: remove deprecated query parsing mechanism
|
2024-02-13 13:35:32 -05:00 |
|
reduce_action.h
|
Generate node-fields.json file
|
2019-02-12 11:06:18 -08:00 |
|
reusable_node.h
|
Allocate parent nodes together with their child array
|
2020-10-23 12:15:44 -07:00 |
|
stack.c
|
fix: use correct printf specifiers
|
2024-02-08 22:46:43 +01:00 |
|
stack.h
|
Store the lookahead subtree of paused stack versions, not just the lookahead symbol
|
2022-02-22 09:45:26 -08:00 |
|
subtree.c
|
Fix another bug in subtree_compare
|
2023-11-30 11:10:33 -08:00 |
|
subtree.h
|
fix: do not install parser.h
|
2024-02-02 11:30:24 -05:00 |
|
tree.c
|
feat: support dot graph output on windows
|
2024-02-08 15:21:47 -05:00 |
|
tree.h
|
Add --dot flag to parse subcommand, for printing tree as DOT graph
|
2023-02-13 12:33:34 -08:00 |
|
tree_cursor.c
|
Use single if block
|
2023-10-25 10:47:55 +03:00 |
|
tree_cursor.h
|
Start work on exposing APIs for node descendant counts and indices
|
2023-06-09 08:51:47 -07:00 |
|
unicode.h
|
lib: remove utf8proc dependency (#436)
|
2019-10-14 11:18:39 -07:00 |
|
wasm.c
|
Avoid duplication of list wasm stdlib symbol list
|
2024-02-02 12:00:08 -08:00 |
|
wasm.h
|
fix: do not install parser.h
|
2024-02-02 11:30:24 -05:00 |