Max Brunsfeld
|
c2c63baf5b
|
query: Fix escape sequence parsing in anonymous node patterns
Fixes #776
Fixes #760
|
2020-10-28 13:55:13 -07:00 |
|
Max Brunsfeld
|
d533d1f076
|
Allocate parent nodes together with their child array
|
2020-10-23 12:15:44 -07:00 |
|
Max Brunsfeld
|
31a22fc627
|
In array.h, add comments and sort functions more logically
|
2020-09-02 10:02:34 -07:00 |
|
Max Brunsfeld
|
315f87bbff
|
Remove unnecessary parameter from sorted array functions
|
2020-08-24 12:07:57 -07:00 |
|
Max Brunsfeld
|
645aacb1e7
|
Optimize query analysis using binary search
|
2020-06-26 15:40:34 -07:00 |
|
Max Brunsfeld
|
e3cf5df039
|
Use actual step indices when walking subgraphs
|
2020-06-25 15:06:27 -07:00 |
|
Max Brunsfeld
|
4c2f36a07b
|
Mark steps as definite on query construction
* Add a ts_query_pattern_is_definite API, just for debugging this
* Store state_count on TSLanguage structs, to allow for scanning parse tables
|
2020-06-25 15:06:27 -07:00 |
|
Max Brunsfeld
|
ee7c29346a
|
Small cleanup
|
2020-01-29 16:48:36 -08:00 |
|
Max Brunsfeld
|
08021301c7
|
wasm: Fix descendants of type error
Fixes #394
|
2019-07-29 17:18:47 -07:00 |
|
Max Brunsfeld
|
f00b310908
|
wasm: Implement Node.descendantsOfType
|
2019-07-17 08:58:46 -07: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 |
|