Commit graph

3492 commits

Author SHA1 Message Date
Jacob Gillespie
86a5dabbcb
Add TypeScript definition for DSL (#658) 2020-07-07 08:45:23 -07:00
Max Brunsfeld
0bf2450b4a Always enforce stack version limit during reductions
Fixes #669
2020-07-06 15:58:33 -07:00
intrigus-lgtm
0438ed03ff
Fix wrong file name (#666)
"build_fuzzers" -> "build-fuzzers".
It should be a hypen and not an underscore.
2020-07-06 13:47:10 -07:00
Max Brunsfeld
cc37da7457 Query analysis: fix propagation of uncertainty from later siblings 2020-06-26 16:46:12 -07:00
Max Brunsfeld
645aacb1e7 Optimize query analysis using binary search 2020-06-26 15:40:34 -07:00
Max Brunsfeld
a317199215 Add query construction to benchmark 2020-06-26 15:05:27 -07:00
Max Brunsfeld
997ef45992 Handle parent nodes with simple aliases in query analysis 2020-06-26 15:05:10 -07:00
Max Brunsfeld
19baa5fd5e Clean up and document query analysis code 2020-06-25 17:56:43 -07:00
Max Brunsfeld
891de051e2 Fix population of subgraph nodes when analyzing queries 2020-06-25 15:06:27 -07:00
Max Brunsfeld
9fb39b8954 Start work on handling alternatives when analyzing queries 2020-06-25 15:06:27 -07:00
Max Brunsfeld
e3cf5df039 Use actual step indices when walking subgraphs 2020-06-25 15:06:27 -07:00
Max Brunsfeld
7f955419a8 Start work on recognizing impossible patterns 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
6a46dff89a Add ts_language_alias_at helper function 2020-06-25 15:06:26 -07:00
Max Brunsfeld
de53b82e2c Remove unnecessary caching on Travis
macOS Travis builds have been extremely slow due to the final caching step.
2020-06-24 14:22:37 -07:00
Max Brunsfeld
deeeb67a3b
query: Fix handling of alternations under field names (#661) 2020-06-24 14:20:56 -07:00
Timothy Clem
d9d3da9942 Fill out rest of c errors 2020-06-18 16:04:05 -07:00
Timothy Clem
f166947abb Test updates, definition/reference prefix is now required 2020-06-18 15:05:27 -07:00
Timothy Clem
ef15f4df24 Dedupe items in syntax_type_names 2020-06-18 15:05:08 -07:00
Timothy Clem
17d26c0d5a Improved errors 2020-06-18 14:43:27 -07:00
Timothy Clem
b6ae67a610 Fix up CLI, use new syntax_type_name 2020-06-18 14:43:10 -07:00
Timothy Clem
75724698f0 Fix up tests 2020-06-18 14:42:41 -07:00
Timothy Clem
54586c4e5b Named captures are dynamic
New c api for getting list of syntax_type names.
2020-06-18 14:42:30 -07:00
Timothy Clem
3bcb1f8c94 Assert line trimming 2020-06-18 10:48:33 -07:00
Timothy Clem
016ad53a2f Trim end of lines as well 2020-06-18 07:40:48 -07:00
Max Brunsfeld
bfeec63d60 Remove docs site banner for now 2020-06-18 07:12:33 -07:00
Timothy Clem
f24a952cb4 Minor output changes 2020-06-17 15:54:36 -07:00
Timothy Clem
819b800cf9 Pick up the proper initial index and test 2020-06-17 15:54:29 -07:00
Timothy Clem
7b2514a610 Whitespace 2020-06-17 15:12:18 -07:00
Timothy Clem
3c39b016a4 Trim whitespace from tag source lines 2020-06-17 15:11:42 -07:00
Timothy Clem
15202d0b38 Remove commented code 2020-06-17 15:11:31 -07:00
Timothy Clem
30132c682b Bring tags.h inline 2020-06-17 14:12:14 -07:00
Timothy Clem
3e8bf9dace These are always definitions 2020-06-17 10:35:16 -07:00
Timothy Clem
c08333e0cd Defer to debug formatting take 2 2020-06-17 10:35:07 -07:00
Timothy Clem
929bb40adc Shorten to def/ref 2020-06-17 10:34:55 -07:00
Timothy Clem
80f5c52259 Tests compile 2020-06-16 17:19:35 -07:00
Timothy Clem
d802b37791 Bring back a SyntaxType enum 2020-06-16 17:09:34 -07:00
Timothy Clem
9bf4939b9a Show if tag is a def/ref in the cli 2020-06-16 16:04:22 -07:00
Timothy Clem
8d7459ed57 Bring c_lib inline 2020-06-16 16:04:13 -07:00
Timothy Clem
fa199e3a1a Allow most tags to be arbitrarily named, remove hardcoded kinds 2020-06-16 16:04:02 -07:00
Max Brunsfeld
a6f71328fe Avoid whitelist/blacklist terminology in test comments 2020-06-16 09:22:34 -07:00
Max Brunsfeld
519a1369ce In highlight test, reset included ranges before finding assertions 2020-06-15 10:51:34 -07:00
Santos Gallegos
9b9329cb6c
Fix some typos (#639) 2020-06-06 15:17:38 -07:00
Max Brunsfeld
0e5ff14976
Requery the parse table when breaking down the parse stack on invalid lookahead (#636)
* Requery parse table after breaking down parse stack due to invalid lookahead

* Include Ruby parser in randomized test suite

Ruby and PHP are our only two languages that use non-terminal extras.
Adding Ruby uncovered some bugs.

* Print edited source code when running parse --edit w/ debug flag

* Recompute lookahead when breaking down stack on invalid lookahead

* Fix stack summary leak when there are two discontinuities on a stack version
2020-06-04 13:40:04 -07:00
Thomas Vigouroux
81d533d2d1
Fix compilation warnings (#635)
* lib: fix compilation warnings

* ci: add CFLAGS
2020-06-03 12:19:57 -07:00
Max Brunsfeld
9a82dcc666 0.16.8 2020-06-01 13:48:37 -07:00
Max Brunsfeld
b57bd59ed4 web: 0.16.4 2020-06-01 13:47:28 -07:00
Max Brunsfeld
c31afbb86a lib: 0.16.1 2020-06-01 13:45:54 -07:00
Max Brunsfeld
28a779d6a0 wasm: Allow arbitrary predicates in queries 2020-06-01 13:28:52 -07:00
Max Brunsfeld
47d607da8d
Add alternative syntax in queries (#630)
* Add alternative syntax in queries

* Add tests and tweak error handling for alternatives in queries
2020-06-01 13:23:07 -07:00