Max Brunsfeld
|
a544200a6c
|
Simplify query code for matching supertypes
|
2020-09-23 11:55:03 -07:00 |
|
Max Brunsfeld
|
b5a9adb555
|
Allow queries to match on supertypes
Co-authored-by: Ayman Nadeem <aymannadeem@github.com>
|
2020-09-21 12:34:48 -07:00 |
|
Max Brunsfeld
|
36a8821f3e
|
Fix behavior of the last child operator in tree queries
|
2020-09-02 12:10:04 -07:00 |
|
Max Brunsfeld
|
6a46dff89a
|
Add ts_language_alias_at helper function
|
2020-06-25 15:06:26 -07:00 |
|
Max Brunsfeld
|
a6b6a681ec
|
Fix a bug that prevented early termination of query matches
|
2019-09-18 16:13:10 -07:00 |
|
Max Brunsfeld
|
186b08381c
|
Terminate failed query matches before descending whenever possible
When iterating over captures, this prevents reasonable queries from
forcing the tree cursor to buffer matches unnecessarily.
|
2019-09-18 11:37:49 -07:00 |
|
Max Brunsfeld
|
fe7c74e7aa
|
Start work on an API for querying trees
|
2019-09-10 20:53:57 -07:00 |
|
Max Brunsfeld
|
30e73505e1
|
Fix handling of extra tokens in ts_tree_cursor_current_field_id
|
2019-09-04 09:04:31 -07:00 |
|
Andrey Zaytsev
|
7f2233ddaf
|
Ts tree cursor copy (#363)
* add ts_tree_cursor_copy fn
* indentation
|
2019-06-16 10:52:37 -07:00 |
|
Max Brunsfeld
|
9f608435ee
|
Fix errors in when languages have no fields
|
2019-02-12 17:20:12 -08:00 |
|
Max Brunsfeld
|
56309a1c28
|
Generate node-fields.json file
|
2019-02-12 11:06:18 -08:00 |
|
Max Brunsfeld
|
d8a2c0dda2
|
Use a separate type for storing field map headers
|
2019-02-08 16:06:29 -08:00 |
|
Max Brunsfeld
|
1d1674811c
|
Fully implement ts_node_child_by_field_id
|
2019-02-08 15:16:56 -08:00 |
|
Max Brunsfeld
|
18a13b457d
|
Get basic field API working
|
2019-02-08 15:16:56 -08:00 |
|
Max Brunsfeld
|
0f2347b318
|
Just call the C lib 'the library' everywhere, don't call it a 'runtime'
|
2019-01-10 15:22:39 -08:00 |
|
Max Brunsfeld
|
dd416b0955
|
Update include paths to not reference 'runtime' directory
|
2019-01-04 17:33:34 -08:00 |
|
Max Brunsfeld
|
47607cecf4
|
Reorganize repo, add rust CLI and binding code,
|
2019-01-04 17:31:49 -08:00 |
|