@usagi-coffee/tree-sitter-df 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/.github/workflows/test.yml +43 -0
  2. package/.prettierrc +7 -0
  3. package/Cargo.lock +59 -0
  4. package/Cargo.toml +26 -0
  5. package/LICENSE +21 -0
  6. package/README.md +64 -0
  7. package/binding.gyp +19 -0
  8. package/bindings/node/binding.cc +28 -0
  9. package/bindings/node/index.js +19 -0
  10. package/bindings/rust/build.rs +40 -0
  11. package/bindings/rust/lib.rs +52 -0
  12. package/grammar.js +203 -0
  13. package/package.json +24 -0
  14. package/src/grammar.json +1804 -0
  15. package/src/node-types.json +662 -0
  16. package/src/parser.c +6755 -0
  17. package/src/scanner.c +44 -0
  18. package/src/tree_sitter/parser.h +224 -0
  19. package/target/.rustc_info.json +1 -0
  20. package/target/debug/.cargo-lock +0 -0
  21. package/target/debug/.fingerprint/aho-corasick-f507828ee8a0f2f9/dep-lib-aho_corasick +0 -0
  22. package/target/debug/.fingerprint/aho-corasick-f507828ee8a0f2f9/invoked.timestamp +1 -0
  23. package/target/debug/.fingerprint/aho-corasick-f507828ee8a0f2f9/lib-aho_corasick +1 -0
  24. package/target/debug/.fingerprint/aho-corasick-f507828ee8a0f2f9/lib-aho_corasick.json +1 -0
  25. package/target/debug/.fingerprint/cc-8a803f2a3b43267e/dep-lib-cc +0 -0
  26. package/target/debug/.fingerprint/cc-8a803f2a3b43267e/invoked.timestamp +1 -0
  27. package/target/debug/.fingerprint/cc-8a803f2a3b43267e/lib-cc +1 -0
  28. package/target/debug/.fingerprint/cc-8a803f2a3b43267e/lib-cc.json +1 -0
  29. package/target/debug/.fingerprint/memchr-60ea704184825e35/dep-lib-memchr +0 -0
  30. package/target/debug/.fingerprint/memchr-60ea704184825e35/invoked.timestamp +1 -0
  31. package/target/debug/.fingerprint/memchr-60ea704184825e35/lib-memchr +1 -0
  32. package/target/debug/.fingerprint/memchr-60ea704184825e35/lib-memchr.json +1 -0
  33. package/target/debug/.fingerprint/memchr-d47ee9770b542a09/run-build-script-build-script-build +1 -0
  34. package/target/debug/.fingerprint/memchr-d47ee9770b542a09/run-build-script-build-script-build.json +1 -0
  35. package/target/debug/.fingerprint/memchr-dd983ce908f0d281/build-script-build-script-build +1 -0
  36. package/target/debug/.fingerprint/memchr-dd983ce908f0d281/build-script-build-script-build.json +1 -0
  37. package/target/debug/.fingerprint/memchr-dd983ce908f0d281/dep-build-script-build-script-build +0 -0
  38. package/target/debug/.fingerprint/memchr-dd983ce908f0d281/invoked.timestamp +1 -0
  39. package/target/debug/.fingerprint/regex-dbfcd0c55ce0cd7c/dep-lib-regex +0 -0
  40. package/target/debug/.fingerprint/regex-dbfcd0c55ce0cd7c/invoked.timestamp +1 -0
  41. package/target/debug/.fingerprint/regex-dbfcd0c55ce0cd7c/lib-regex +1 -0
  42. package/target/debug/.fingerprint/regex-dbfcd0c55ce0cd7c/lib-regex.json +1 -0
  43. package/target/debug/.fingerprint/regex-syntax-e7e3aaedc0a1d7cf/dep-lib-regex-syntax +0 -0
  44. package/target/debug/.fingerprint/regex-syntax-e7e3aaedc0a1d7cf/invoked.timestamp +1 -0
  45. package/target/debug/.fingerprint/regex-syntax-e7e3aaedc0a1d7cf/lib-regex-syntax +1 -0
  46. package/target/debug/.fingerprint/regex-syntax-e7e3aaedc0a1d7cf/lib-regex-syntax.json +1 -0
  47. package/target/debug/.fingerprint/tree-sitter-2dfcb15cd72750cd/dep-lib-tree-sitter +0 -0
  48. package/target/debug/.fingerprint/tree-sitter-2dfcb15cd72750cd/invoked.timestamp +1 -0
  49. package/target/debug/.fingerprint/tree-sitter-2dfcb15cd72750cd/lib-tree-sitter +1 -0
  50. package/target/debug/.fingerprint/tree-sitter-2dfcb15cd72750cd/lib-tree-sitter.json +1 -0
  51. package/target/debug/.fingerprint/tree-sitter-306cf9aaefac4a76/build-script-build-script-build +1 -0
  52. package/target/debug/.fingerprint/tree-sitter-306cf9aaefac4a76/build-script-build-script-build.json +1 -0
  53. package/target/debug/.fingerprint/tree-sitter-306cf9aaefac4a76/dep-build-script-build-script-build +0 -0
  54. package/target/debug/.fingerprint/tree-sitter-306cf9aaefac4a76/invoked.timestamp +1 -0
  55. package/target/debug/.fingerprint/tree-sitter-abl-045da318481f690c/run-build-script-build-script-build +1 -0
  56. package/target/debug/.fingerprint/tree-sitter-abl-045da318481f690c/run-build-script-build-script-build.json +1 -0
  57. package/target/debug/.fingerprint/tree-sitter-abl-23a4f429a9b733af/dep-lib-tree-sitter-abl +0 -0
  58. package/target/debug/.fingerprint/tree-sitter-abl-23a4f429a9b733af/invoked.timestamp +1 -0
  59. package/target/debug/.fingerprint/tree-sitter-abl-23a4f429a9b733af/lib-tree-sitter-abl +1 -0
  60. package/target/debug/.fingerprint/tree-sitter-abl-23a4f429a9b733af/lib-tree-sitter-abl.json +1 -0
  61. package/target/debug/.fingerprint/tree-sitter-abl-7e7e2aed7cc3eb81/dep-test-lib-tree-sitter-abl +0 -0
  62. package/target/debug/.fingerprint/tree-sitter-abl-7e7e2aed7cc3eb81/invoked.timestamp +1 -0
  63. package/target/debug/.fingerprint/tree-sitter-abl-7e7e2aed7cc3eb81/test-lib-tree-sitter-abl +1 -0
  64. package/target/debug/.fingerprint/tree-sitter-abl-7e7e2aed7cc3eb81/test-lib-tree-sitter-abl.json +1 -0
  65. package/target/debug/.fingerprint/tree-sitter-abl-9f1e7e0d03d9e636/build-script-build-script-build +1 -0
  66. package/target/debug/.fingerprint/tree-sitter-abl-9f1e7e0d03d9e636/build-script-build-script-build.json +1 -0
  67. package/target/debug/.fingerprint/tree-sitter-abl-9f1e7e0d03d9e636/dep-build-script-build-script-build +0 -0
  68. package/target/debug/.fingerprint/tree-sitter-abl-9f1e7e0d03d9e636/invoked.timestamp +1 -0
  69. package/target/debug/.fingerprint/tree-sitter-df-0c9753285ff59cb9/run-build-script-build-script-build +1 -0
  70. package/target/debug/.fingerprint/tree-sitter-df-0c9753285ff59cb9/run-build-script-build-script-build.json +1 -0
  71. package/target/debug/.fingerprint/tree-sitter-df-e753ccbcc060f283/dep-lib-tree-sitter-df +0 -0
  72. package/target/debug/.fingerprint/tree-sitter-df-e753ccbcc060f283/invoked.timestamp +1 -0
  73. package/target/debug/.fingerprint/tree-sitter-df-e753ccbcc060f283/lib-tree-sitter-df +1 -0
  74. package/target/debug/.fingerprint/tree-sitter-df-e753ccbcc060f283/lib-tree-sitter-df.json +1 -0
  75. package/target/debug/.fingerprint/tree-sitter-df-e88c1ef79ea02e9c/build-script-build-script-build +1 -0
  76. package/target/debug/.fingerprint/tree-sitter-df-e88c1ef79ea02e9c/build-script-build-script-build.json +1 -0
  77. package/target/debug/.fingerprint/tree-sitter-df-e88c1ef79ea02e9c/dep-build-script-build-script-build +0 -0
  78. package/target/debug/.fingerprint/tree-sitter-df-e88c1ef79ea02e9c/invoked.timestamp +1 -0
  79. package/target/debug/.fingerprint/tree-sitter-df-f603f8daf3f0c327/dep-test-lib-tree-sitter-df +0 -0
  80. package/target/debug/.fingerprint/tree-sitter-df-f603f8daf3f0c327/invoked.timestamp +1 -0
  81. package/target/debug/.fingerprint/tree-sitter-df-f603f8daf3f0c327/test-lib-tree-sitter-df +1 -0
  82. package/target/debug/.fingerprint/tree-sitter-df-f603f8daf3f0c327/test-lib-tree-sitter-df.json +1 -0
  83. package/target/debug/.fingerprint/tree-sitter-f0d4b76c090d9a13/run-build-script-build-script-build +1 -0
  84. package/target/debug/.fingerprint/tree-sitter-f0d4b76c090d9a13/run-build-script-build-script-build.json +1 -0
  85. package/target/debug/deps/aho_corasick-f507828ee8a0f2f9.d +29 -0
  86. package/target/debug/deps/cc-8a803f2a3b43267e.d +8 -0
  87. package/target/debug/deps/libaho_corasick-f507828ee8a0f2f9.rmeta +0 -0
  88. package/target/debug/deps/libcc-8a803f2a3b43267e.rlib +0 -0
  89. package/target/debug/deps/libcc-8a803f2a3b43267e.rmeta +0 -0
  90. package/target/debug/deps/libmemchr-60ea704184825e35.rmeta +0 -0
  91. package/target/debug/deps/libregex-dbfcd0c55ce0cd7c.rmeta +0 -0
  92. package/target/debug/deps/libregex_syntax-e7e3aaedc0a1d7cf.rmeta +0 -0
  93. package/target/debug/deps/libtree_sitter-2dfcb15cd72750cd.rmeta +0 -0
  94. package/target/debug/deps/libtree_sitter_abl-23a4f429a9b733af.rmeta +0 -0
  95. package/target/debug/deps/libtree_sitter_abl-7e7e2aed7cc3eb81.rmeta +0 -0
  96. package/target/debug/deps/libtree_sitter_df-e753ccbcc060f283.rmeta +0 -0
  97. package/target/debug/deps/libtree_sitter_df-f603f8daf3f0c327.rmeta +0 -0
  98. package/target/debug/deps/memchr-60ea704184825e35.d +18 -0
  99. package/target/debug/deps/regex-dbfcd0c55ce0cd7c.d +25 -0
  100. package/target/debug/deps/regex_syntax-e7e3aaedc0a1d7cf.d +35 -0
  101. package/target/debug/deps/tree_sitter-2dfcb15cd72750cd.d +9 -0
  102. package/target/debug/deps/tree_sitter_abl-23a4f429a9b733af.d +6 -0
  103. package/target/debug/deps/tree_sitter_abl-7e7e2aed7cc3eb81.d +6 -0
  104. package/target/debug/deps/tree_sitter_df-e753ccbcc060f283.d +6 -0
  105. package/target/debug/deps/tree_sitter_df-f603f8daf3f0c327.d +6 -0
  106. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/1jidcx37zqcyxw75.o +0 -0
  107. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/1p171xl4pxkauym7.o +0 -0
  108. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/27994fdg5isti3pu.o +0 -0
  109. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/283quvkmkzecs4dd.o +0 -0
  110. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/3actkgpydu9pk1er.o +0 -0
  111. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/3nb879hrouc538zr.o +0 -0
  112. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/41ucrhr2dtidv46z.o +0 -0
  113. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/4anju6ml6xqq7kjh.o +0 -0
  114. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/4z4w4jxd7uo9hsdk.o +0 -0
  115. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/c4noid6ktp75j0t.o +0 -0
  116. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/dep-graph.bin +0 -0
  117. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/query-cache.bin +0 -0
  118. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/work-products.bin +0 -0
  119. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv-civswx49olvoluuh9tn4bq56y/yt7q7w4ssgddaum.o +0 -0
  120. package/target/debug/incremental/build_script_build-16feed5tfk2kg/s-gst931vvf2-3nudvv.lock +0 -0
  121. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/1i6sqabn88yf0r4b.o +0 -0
  122. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/20d2y8vnfkjeyja3.o +0 -0
  123. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/2ajutwzl407mqj1f.o +0 -0
  124. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/2crlwivfrux41h7d.o +0 -0
  125. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/31lf2tog42mp4gea.o +0 -0
  126. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/4lwunzskk7ds821g.o +0 -0
  127. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/56diij7macyae8gx.o +0 -0
  128. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/5cfkmd9sxhtqmvgy.o +0 -0
  129. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/5fa57atkyhfpun4q.o +0 -0
  130. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/dep-graph.bin +0 -0
  131. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/query-cache.bin +0 -0
  132. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/sww64ckqpc1wex4.o +0 -0
  133. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/tt5ae0c5toxflku.o +0 -0
  134. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466-68z3pyx9it93mfkp8eccw5ef8/work-products.bin +0 -0
  135. package/target/debug/incremental/build_script_build-3j5otb7tl6h5v/s-gst90q81zt-b4466.lock +0 -0
  136. package/target/debug/incremental/tree_sitter_abl-3gpw2xck8wog6/s-gst9157g8m-zi2j44-je6wpzqxfk6f4tl98rmywpqf/dep-graph.bin +0 -0
  137. package/target/debug/incremental/tree_sitter_abl-3gpw2xck8wog6/s-gst9157g8m-zi2j44-je6wpzqxfk6f4tl98rmywpqf/query-cache.bin +0 -0
  138. package/target/debug/incremental/tree_sitter_abl-3gpw2xck8wog6/s-gst9157g8m-zi2j44-je6wpzqxfk6f4tl98rmywpqf/work-products.bin +0 -0
  139. package/target/debug/incremental/tree_sitter_abl-3gpw2xck8wog6/s-gst9157g8m-zi2j44.lock +0 -0
  140. package/target/debug/incremental/tree_sitter_abl-8i2fiqgjjire/s-gst9157gdz-1l4suvj-6rkww42te4s2gay6k6p17kqj0/dep-graph.bin +0 -0
  141. package/target/debug/incremental/tree_sitter_abl-8i2fiqgjjire/s-gst9157gdz-1l4suvj-6rkww42te4s2gay6k6p17kqj0/query-cache.bin +0 -0
  142. package/target/debug/incremental/tree_sitter_abl-8i2fiqgjjire/s-gst9157gdz-1l4suvj-6rkww42te4s2gay6k6p17kqj0/work-products.bin +0 -0
  143. package/target/debug/incremental/tree_sitter_abl-8i2fiqgjjire/s-gst9157gdz-1l4suvj.lock +0 -0
  144. package/target/debug/incremental/tree_sitter_df-40cn82dwzuss/s-gst949fai0-za374k-2vf4b991jwf3so82b2ajgzbrm/dep-graph.bin +0 -0
  145. package/target/debug/incremental/tree_sitter_df-40cn82dwzuss/s-gst949fai0-za374k-2vf4b991jwf3so82b2ajgzbrm/query-cache.bin +0 -0
  146. package/target/debug/incremental/tree_sitter_df-40cn82dwzuss/s-gst949fai0-za374k-2vf4b991jwf3so82b2ajgzbrm/work-products.bin +0 -0
  147. package/target/debug/incremental/tree_sitter_df-40cn82dwzuss/s-gst949fai0-za374k.lock +0 -0
  148. package/target/debug/incremental/tree_sitter_df-tgjlycqykm9t/s-gst949fa3i-r8w8ey-2mpb8bub8jmep48xzm8mbew2r/dep-graph.bin +0 -0
  149. package/target/debug/incremental/tree_sitter_df-tgjlycqykm9t/s-gst949fa3i-r8w8ey-2mpb8bub8jmep48xzm8mbew2r/query-cache.bin +0 -0
  150. package/target/debug/incremental/tree_sitter_df-tgjlycqykm9t/s-gst949fa3i-r8w8ey-2mpb8bub8jmep48xzm8mbew2r/work-products.bin +0 -0
  151. package/target/debug/incremental/tree_sitter_df-tgjlycqykm9t/s-gst949fa3i-r8w8ey.lock +0 -0
  152. package/tree-sitter-df.wasm +0 -0
package/src/scanner.c ADDED
@@ -0,0 +1,44 @@
1
+ #include <tree_sitter/parser.h>
2
+ #include <wctype.h>
3
+
4
+ enum TokenType {
5
+ NAMEDOT,
6
+ };
7
+
8
+ void *tree_sitter_df_external_scanner_create() {
9
+ return NULL;
10
+ }
11
+
12
+ void tree_sitter_df_external_scanner_destroy(void *payload) {
13
+ }
14
+
15
+ unsigned int tree_sitter_df_external_scanner_serialize(
16
+ void *payload, char *buffer
17
+ ) {
18
+ return 0u;
19
+ }
20
+
21
+ void tree_sitter_df_external_scanner_deserialize(
22
+ void *payload, const char *buffer, unsigned int length
23
+ ) {
24
+ }
25
+
26
+ bool tree_sitter_df_external_scanner_scan(
27
+ void *payload,
28
+ TSLexer *lexer,
29
+ const bool *valid_symbols
30
+ ) {
31
+ if (valid_symbols[NAMEDOT]) {
32
+ while (!lexer->eof(lexer) && iswspace(lexer->lookahead)) {
33
+ lexer->advance(lexer, true);
34
+ }
35
+ if (!lexer->eof(lexer) && lexer->lookahead == '.') {
36
+ lexer->advance(lexer, false);
37
+ if (!lexer->eof(lexer) && !iswspace(lexer->lookahead)) {
38
+ lexer->result_symbol = NAMEDOT;
39
+ return true;
40
+ }
41
+ }
42
+ }
43
+ return false;
44
+ }
@@ -0,0 +1,224 @@
1
+ #ifndef TREE_SITTER_PARSER_H_
2
+ #define TREE_SITTER_PARSER_H_
3
+
4
+ #ifdef __cplusplus
5
+ extern "C" {
6
+ #endif
7
+
8
+ #include <stdbool.h>
9
+ #include <stdint.h>
10
+ #include <stdlib.h>
11
+
12
+ #define ts_builtin_sym_error ((TSSymbol)-1)
13
+ #define ts_builtin_sym_end 0
14
+ #define TREE_SITTER_SERIALIZATION_BUFFER_SIZE 1024
15
+
16
+ typedef uint16_t TSStateId;
17
+
18
+ #ifndef TREE_SITTER_API_H_
19
+ typedef uint16_t TSSymbol;
20
+ typedef uint16_t TSFieldId;
21
+ typedef struct TSLanguage TSLanguage;
22
+ #endif
23
+
24
+ typedef struct {
25
+ TSFieldId field_id;
26
+ uint8_t child_index;
27
+ bool inherited;
28
+ } TSFieldMapEntry;
29
+
30
+ typedef struct {
31
+ uint16_t index;
32
+ uint16_t length;
33
+ } TSFieldMapSlice;
34
+
35
+ typedef struct {
36
+ bool visible;
37
+ bool named;
38
+ bool supertype;
39
+ } TSSymbolMetadata;
40
+
41
+ typedef struct TSLexer TSLexer;
42
+
43
+ struct TSLexer {
44
+ int32_t lookahead;
45
+ TSSymbol result_symbol;
46
+ void (*advance)(TSLexer *, bool);
47
+ void (*mark_end)(TSLexer *);
48
+ uint32_t (*get_column)(TSLexer *);
49
+ bool (*is_at_included_range_start)(const TSLexer *);
50
+ bool (*eof)(const TSLexer *);
51
+ };
52
+
53
+ typedef enum {
54
+ TSParseActionTypeShift,
55
+ TSParseActionTypeReduce,
56
+ TSParseActionTypeAccept,
57
+ TSParseActionTypeRecover,
58
+ } TSParseActionType;
59
+
60
+ typedef union {
61
+ struct {
62
+ uint8_t type;
63
+ TSStateId state;
64
+ bool extra;
65
+ bool repetition;
66
+ } shift;
67
+ struct {
68
+ uint8_t type;
69
+ uint8_t child_count;
70
+ TSSymbol symbol;
71
+ int16_t dynamic_precedence;
72
+ uint16_t production_id;
73
+ } reduce;
74
+ uint8_t type;
75
+ } TSParseAction;
76
+
77
+ typedef struct {
78
+ uint16_t lex_state;
79
+ uint16_t external_lex_state;
80
+ } TSLexMode;
81
+
82
+ typedef union {
83
+ TSParseAction action;
84
+ struct {
85
+ uint8_t count;
86
+ bool reusable;
87
+ } entry;
88
+ } TSParseActionEntry;
89
+
90
+ struct TSLanguage {
91
+ uint32_t version;
92
+ uint32_t symbol_count;
93
+ uint32_t alias_count;
94
+ uint32_t token_count;
95
+ uint32_t external_token_count;
96
+ uint32_t state_count;
97
+ uint32_t large_state_count;
98
+ uint32_t production_id_count;
99
+ uint32_t field_count;
100
+ uint16_t max_alias_sequence_length;
101
+ const uint16_t *parse_table;
102
+ const uint16_t *small_parse_table;
103
+ const uint32_t *small_parse_table_map;
104
+ const TSParseActionEntry *parse_actions;
105
+ const char * const *symbol_names;
106
+ const char * const *field_names;
107
+ const TSFieldMapSlice *field_map_slices;
108
+ const TSFieldMapEntry *field_map_entries;
109
+ const TSSymbolMetadata *symbol_metadata;
110
+ const TSSymbol *public_symbol_map;
111
+ const uint16_t *alias_map;
112
+ const TSSymbol *alias_sequences;
113
+ const TSLexMode *lex_modes;
114
+ bool (*lex_fn)(TSLexer *, TSStateId);
115
+ bool (*keyword_lex_fn)(TSLexer *, TSStateId);
116
+ TSSymbol keyword_capture_token;
117
+ struct {
118
+ const bool *states;
119
+ const TSSymbol *symbol_map;
120
+ void *(*create)(void);
121
+ void (*destroy)(void *);
122
+ bool (*scan)(void *, TSLexer *, const bool *symbol_whitelist);
123
+ unsigned (*serialize)(void *, char *);
124
+ void (*deserialize)(void *, const char *, unsigned);
125
+ } external_scanner;
126
+ const TSStateId *primary_state_ids;
127
+ };
128
+
129
+ /*
130
+ * Lexer Macros
131
+ */
132
+
133
+ #define START_LEXER() \
134
+ bool result = false; \
135
+ bool skip = false; \
136
+ bool eof = false; \
137
+ int32_t lookahead; \
138
+ goto start; \
139
+ next_state: \
140
+ lexer->advance(lexer, skip); \
141
+ start: \
142
+ skip = false; \
143
+ lookahead = lexer->lookahead;
144
+
145
+ #define ADVANCE(state_value) \
146
+ { \
147
+ state = state_value; \
148
+ goto next_state; \
149
+ }
150
+
151
+ #define SKIP(state_value) \
152
+ { \
153
+ skip = true; \
154
+ state = state_value; \
155
+ goto next_state; \
156
+ }
157
+
158
+ #define ACCEPT_TOKEN(symbol_value) \
159
+ result = true; \
160
+ lexer->result_symbol = symbol_value; \
161
+ lexer->mark_end(lexer);
162
+
163
+ #define END_STATE() return result;
164
+
165
+ /*
166
+ * Parse Table Macros
167
+ */
168
+
169
+ #define SMALL_STATE(id) id - LARGE_STATE_COUNT
170
+
171
+ #define STATE(id) id
172
+
173
+ #define ACTIONS(id) id
174
+
175
+ #define SHIFT(state_value) \
176
+ {{ \
177
+ .shift = { \
178
+ .type = TSParseActionTypeShift, \
179
+ .state = state_value \
180
+ } \
181
+ }}
182
+
183
+ #define SHIFT_REPEAT(state_value) \
184
+ {{ \
185
+ .shift = { \
186
+ .type = TSParseActionTypeShift, \
187
+ .state = state_value, \
188
+ .repetition = true \
189
+ } \
190
+ }}
191
+
192
+ #define SHIFT_EXTRA() \
193
+ {{ \
194
+ .shift = { \
195
+ .type = TSParseActionTypeShift, \
196
+ .extra = true \
197
+ } \
198
+ }}
199
+
200
+ #define REDUCE(symbol_val, child_count_val, ...) \
201
+ {{ \
202
+ .reduce = { \
203
+ .type = TSParseActionTypeReduce, \
204
+ .symbol = symbol_val, \
205
+ .child_count = child_count_val, \
206
+ __VA_ARGS__ \
207
+ }, \
208
+ }}
209
+
210
+ #define RECOVER() \
211
+ {{ \
212
+ .type = TSParseActionTypeRecover \
213
+ }}
214
+
215
+ #define ACCEPT_INPUT() \
216
+ {{ \
217
+ .type = TSParseActionTypeAccept \
218
+ }}
219
+
220
+ #ifdef __cplusplus
221
+ }
222
+ #endif
223
+
224
+ #endif // TREE_SITTER_PARSER_H_
@@ -0,0 +1 @@
1
+ {"rustc_fingerprint":17836318637132367874,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.74.1 (a28077b28 2023-12-04)\nbinary: rustc\ncommit-hash: a28077b28a02b92985b3a3faecf92813155f1ea1\ncommit-date: 2023-12-04\nhost: aarch64-unknown-linux-gnu\nrelease: 1.74.1\nLLVM version: 17.0.4\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/jk/.rustup/toolchains/stable-aarch64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"aarch64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"neon\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}}
File without changes
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[\"default\", \"perf-literal\", \"std\"]","target":12812136000324506373,"profile":14473208297124147686,"path":5136483029855324360,"deps":[[6893260508610722743,"memchr",false,2683925511061428059]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aho-corasick-f507828ee8a0f2f9/dep-lib-aho_corasick"}}],"rustflags":[],"metadata":13904389431191498124,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ 3dd539d16fd307a5
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[]","target":15023190189141807623,"profile":13178609178403335023,"path":295404468009707462,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cc-8a803f2a3b43267e/dep-lib-cc"}}],"rustflags":[],"metadata":5862599371499774553,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[\"default\", \"std\"]","target":3122691792076482017,"profile":14473208297124147686,"path":12904410913081462898,"deps":[[6893260508610722743,"build_script_build",false,11397980480146297197]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/memchr-60ea704184825e35/dep-lib-memchr"}}],"rustflags":[],"metadata":508135869874479790,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"","target":0,"profile":0,"path":0,"deps":[[6893260508610722743,"build_script_build",false,8974381807222844570]],"local":[{"Precalculated":"2.5.0"}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[\"default\", \"std\"]","target":2297296889237502566,"profile":13178609178403335023,"path":3514066724802082243,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/memchr-dd983ce908f0d281/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":508135869874479790,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ e3af06485c230686
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[\"aho-corasick\", \"default\", \"memchr\", \"perf\", \"perf-cache\", \"perf-dfa\", \"perf-inline\", \"perf-literal\", \"std\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\"]","target":4479823346759659347,"profile":14473208297124147686,"path":6182522136568230068,"deps":[[2653071235200255134,"regex_syntax",false,1514105830950507439],[6893260508610722743,"memchr",false,2683925511061428059],[9679053565271711776,"aho_corasick",false,15470295949250035327]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/regex-dbfcd0c55ce0cd7c/dep-lib-regex"}}],"rustflags":[],"metadata":1738036602712356696,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[\"default\", \"std\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\"]","target":8604279501505848501,"profile":14473208297124147686,"path":13115036928307288848,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/regex-syntax-e7e3aaedc0a1d7cf/dep-lib-regex-syntax"}}],"rustflags":[],"metadata":14049147179425589550,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[]","target":8785052421252164917,"profile":14473208297124147686,"path":6581631013230669966,"deps":[[3743488580886859371,"regex",false,9657445330194968547],[4487136755880478424,"build_script_build",false,4948484453071747892]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tree-sitter-2dfcb15cd72750cd/dep-lib-tree-sitter"}}],"rustflags":[],"metadata":16601361075569316419,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[]","target":427768481117760528,"profile":13178609178403335023,"path":7968621062444794775,"deps":[[13608427820910047331,"cc",false,11891705818300142909]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tree-sitter-306cf9aaefac4a76/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":16601361075569316419,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"","target":0,"profile":0,"path":0,"deps":[[13197952881979292626,"build_script_build",false,12225090276849241239]],"local":[{"RerunIfChanged":{"output":"debug/build/tree-sitter-abl-045da318481f690c/output","paths":["src/parser.c"]}},{"RerunIfEnvChanged":{"var":"CC_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"AR_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"AR_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_AR","val":null}},{"RerunIfEnvChanged":{"var":"AR","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_ARFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS","val":null}}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[]","target":6427180952119282559,"profile":13126374248311259211,"path":5590908699341446160,"deps":[[4487136755880478424,"tree_sitter",false,10770234275191868101],[13197952881979292626,"build_script_build",false,13901895658539568108]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tree-sitter-abl-23a4f429a9b733af/dep-lib-tree-sitter-abl"}}],"rustflags":[],"metadata":6492357931661779026,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[]","target":6427180952119282559,"profile":18326522262828315194,"path":5590908699341446160,"deps":[[4487136755880478424,"tree_sitter",false,10770234275191868101],[13197952881979292626,"build_script_build",false,13901895658539568108]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tree-sitter-abl-7e7e2aed7cc3eb81/dep-test-lib-tree-sitter-abl"}}],"rustflags":[],"metadata":6492357931661779026,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[]","target":2297296889237502566,"profile":17385444107779271700,"path":7094112184754181655,"deps":[[13608427820910047331,"cc",false,11891705818300142909]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tree-sitter-abl-9f1e7e0d03d9e636/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":6492357931661779026,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"","target":0,"profile":0,"path":0,"deps":[[3120904062768686978,"build_script_build",false,17588932302402584580]],"local":[{"RerunIfChanged":{"output":"debug/build/tree-sitter-df-0c9753285ff59cb9/output","paths":["src/parser.c"]}},{"RerunIfEnvChanged":{"var":"CC_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"AR_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"AR_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_AR","val":null}},{"RerunIfEnvChanged":{"var":"AR","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_ARFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS","val":null}}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[]","target":1017259548152824164,"profile":13126374248311259211,"path":5590908699341446160,"deps":[[3120904062768686978,"build_script_build",false,3172143796384454866],[4487136755880478424,"tree_sitter",false,10770234275191868101]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tree-sitter-df-e753ccbcc060f283/dep-lib-tree-sitter-df"}}],"rustflags":[],"metadata":1180168305308220739,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[]","target":2297296889237502566,"profile":17385444107779271700,"path":7094112184754181655,"deps":[[13608427820910047331,"cc",false,11891705818300142909]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tree-sitter-df-e88c1ef79ea02e9c/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":1180168305308220739,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ This file has an mtime of when this was started.
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"[]","target":1017259548152824164,"profile":18326522262828315194,"path":5590908699341446160,"deps":[[3120904062768686978,"build_script_build",false,3172143796384454866],[4487136755880478424,"tree_sitter",false,10770234275191868101]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tree-sitter-df-f603f8daf3f0c327/dep-test-lib-tree-sitter-df"}}],"rustflags":[],"metadata":1180168305308220739,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
1
+ {"rustc":3644027458948244321,"features":"","target":0,"profile":0,"path":0,"deps":[[4487136755880478424,"build_script_build",false,1028591630147048410]],"local":[{"RerunIfChanged":{"output":"debug/build/tree-sitter-f0d4b76c090d9a13/output","paths":["src/alloc.c","src/alloc.h","src/array.h","src/atomic.h","src/clock.h","src/error_costs.h","src/get_changed_ranges.c","src/get_changed_ranges.h","src/host.h","src/language.c","src/language.h","src/length.h","src/lexer.c","src/lexer.h","src/lib.c","src/node.c","src/parser.c","src/point.h","src/query.c","src/reduce_action.h","src/reusable_node.h","src/stack.c","src/stack.h","src/subtree.c","src/subtree.h","src/tree.c","src/tree.h","src/tree_cursor.c","src/tree_cursor.h","src/unicode","src/unicode.h"]}},{"RerunIfEnvChanged":{"var":"TREE_SITTER_STATIC_ANALYSIS","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"AR_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"AR_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_AR","val":null}},{"RerunIfEnvChanged":{"var":"AR","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS_aarch64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS_aarch64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_ARFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS","val":null}}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}
@@ -0,0 +1,29 @@
1
+ /home/jk/tree-sitter-df/target/debug/deps/libaho_corasick-f507828ee8a0f2f9.rmeta: /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/lib.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/macros.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/ahocorasick.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/automaton.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/dfa.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/nfa/mod.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/nfa/contiguous.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/nfa/noncontiguous.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/mod.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/api.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/pattern.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/rabinkarp.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/teddy/mod.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/mod.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/alphabet.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/buffer.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/byte_frequencies.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/debug.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/error.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/int.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/prefilter.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/primitives.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/remapper.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/search.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/special.rs
2
+
3
+ /home/jk/tree-sitter-df/target/debug/deps/aho_corasick-f507828ee8a0f2f9.d: /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/lib.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/macros.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/ahocorasick.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/automaton.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/dfa.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/nfa/mod.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/nfa/contiguous.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/nfa/noncontiguous.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/mod.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/api.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/pattern.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/rabinkarp.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/teddy/mod.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/mod.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/alphabet.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/buffer.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/byte_frequencies.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/debug.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/error.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/int.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/prefilter.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/primitives.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/remapper.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/search.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/special.rs
4
+
5
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/lib.rs:
6
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/macros.rs:
7
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/ahocorasick.rs:
8
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/automaton.rs:
9
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/dfa.rs:
10
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/nfa/mod.rs:
11
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/nfa/contiguous.rs:
12
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/nfa/noncontiguous.rs:
13
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/mod.rs:
14
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/api.rs:
15
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/pattern.rs:
16
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/rabinkarp.rs:
17
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/packed/teddy/mod.rs:
18
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/mod.rs:
19
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/alphabet.rs:
20
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/buffer.rs:
21
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/byte_frequencies.rs:
22
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/debug.rs:
23
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/error.rs:
24
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/int.rs:
25
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/prefilter.rs:
26
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/primitives.rs:
27
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/remapper.rs:
28
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/search.rs:
29
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.1/src/util/special.rs:
@@ -0,0 +1,8 @@
1
+ /home/jk/tree-sitter-df/target/debug/deps/libcc-8a803f2a3b43267e.rmeta: /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/lib.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/windows_registry.rs
2
+
3
+ /home/jk/tree-sitter-df/target/debug/deps/libcc-8a803f2a3b43267e.rlib: /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/lib.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/windows_registry.rs
4
+
5
+ /home/jk/tree-sitter-df/target/debug/deps/cc-8a803f2a3b43267e.d: /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/lib.rs /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/windows_registry.rs
6
+
7
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/lib.rs:
8
+ /home/jk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/windows_registry.rs: