@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
@@ -0,0 +1,1804 @@
1
+ {
2
+ "name": "df",
3
+ "word": "identifier",
4
+ "rules": {
5
+ "source_code": {
6
+ "type": "SEQ",
7
+ "members": [
8
+ {
9
+ "type": "REPEAT",
10
+ "content": {
11
+ "type": "SYMBOL",
12
+ "name": "_statement"
13
+ }
14
+ },
15
+ {
16
+ "type": "CHOICE",
17
+ "members": [
18
+ {
19
+ "type": "SYMBOL",
20
+ "name": "footer"
21
+ },
22
+ {
23
+ "type": "BLANK"
24
+ }
25
+ ]
26
+ }
27
+ ]
28
+ },
29
+ "file_name": {
30
+ "type": "PATTERN",
31
+ "value": "[A-z-_|0-9|\\/]+\\.[i]"
32
+ },
33
+ "comment": {
34
+ "type": "SEQ",
35
+ "members": [
36
+ {
37
+ "type": "STRING",
38
+ "value": "/*"
39
+ },
40
+ {
41
+ "type": "PATTERN",
42
+ "value": "[^*]*\\*+([^/*][^*]*\\*+)*"
43
+ },
44
+ {
45
+ "type": "STRING",
46
+ "value": "/"
47
+ }
48
+ ]
49
+ },
50
+ "identifier": {
51
+ "type": "PATTERN",
52
+ "value": "[A-z_]{1}[A-z-_|0-9]*"
53
+ },
54
+ "qualified_name": {
55
+ "type": "SEQ",
56
+ "members": [
57
+ {
58
+ "type": "SYMBOL",
59
+ "name": "identifier"
60
+ },
61
+ {
62
+ "type": "REPEAT1",
63
+ "content": {
64
+ "type": "SEQ",
65
+ "members": [
66
+ {
67
+ "type": "ALIAS",
68
+ "content": {
69
+ "type": "SYMBOL",
70
+ "name": "_namedot"
71
+ },
72
+ "named": false,
73
+ "value": "."
74
+ },
75
+ {
76
+ "type": "SYMBOL",
77
+ "name": "identifier"
78
+ }
79
+ ]
80
+ }
81
+ }
82
+ ]
83
+ },
84
+ "_terminator": {
85
+ "type": "PATTERN",
86
+ "value": "\\s*\\."
87
+ },
88
+ "_block_terminator": {
89
+ "type": "SEQ",
90
+ "members": [
91
+ {
92
+ "type": "ALIAS",
93
+ "content": {
94
+ "type": "TOKEN",
95
+ "content": {
96
+ "type": "PREC",
97
+ "value": 1,
98
+ "content": {
99
+ "type": "PATTERN",
100
+ "value": "[eE][nN][dD]"
101
+ }
102
+ }
103
+ },
104
+ "named": false,
105
+ "value": "END"
106
+ },
107
+ {
108
+ "type": "STRING",
109
+ "value": "."
110
+ }
111
+ ]
112
+ },
113
+ "null_expression": {
114
+ "type": "PATTERN",
115
+ "value": "\\?"
116
+ },
117
+ "boolean_literal": {
118
+ "type": "CHOICE",
119
+ "members": [
120
+ {
121
+ "type": "ALIAS",
122
+ "content": {
123
+ "type": "TOKEN",
124
+ "content": {
125
+ "type": "PREC",
126
+ "value": 1,
127
+ "content": {
128
+ "type": "PATTERN",
129
+ "value": "[tT][rR][uU][eE]"
130
+ }
131
+ }
132
+ },
133
+ "named": false,
134
+ "value": "TRUE"
135
+ },
136
+ {
137
+ "type": "ALIAS",
138
+ "content": {
139
+ "type": "TOKEN",
140
+ "content": {
141
+ "type": "PREC",
142
+ "value": 1,
143
+ "content": {
144
+ "type": "PATTERN",
145
+ "value": "[fF][aA][lL][sS][eE]"
146
+ }
147
+ }
148
+ },
149
+ "named": false,
150
+ "value": "FALSE"
151
+ },
152
+ {
153
+ "type": "ALIAS",
154
+ "content": {
155
+ "type": "TOKEN",
156
+ "content": {
157
+ "type": "PREC",
158
+ "value": 1,
159
+ "content": {
160
+ "type": "PATTERN",
161
+ "value": "[yY][eE][sS]"
162
+ }
163
+ }
164
+ },
165
+ "named": false,
166
+ "value": "YES"
167
+ },
168
+ {
169
+ "type": "ALIAS",
170
+ "content": {
171
+ "type": "TOKEN",
172
+ "content": {
173
+ "type": "PREC",
174
+ "value": 1,
175
+ "content": {
176
+ "type": "PATTERN",
177
+ "value": "[nN][oO]"
178
+ }
179
+ }
180
+ },
181
+ "named": false,
182
+ "value": "NO"
183
+ }
184
+ ]
185
+ },
186
+ "_integer_literal": {
187
+ "type": "PATTERN",
188
+ "value": "[0-9]+"
189
+ },
190
+ "_decimal_literal": {
191
+ "type": "SEQ",
192
+ "members": [
193
+ {
194
+ "type": "SYMBOL",
195
+ "name": "_integer_literal"
196
+ },
197
+ {
198
+ "type": "ALIAS",
199
+ "content": {
200
+ "type": "SYMBOL",
201
+ "name": "_namedot"
202
+ },
203
+ "named": false,
204
+ "value": "."
205
+ },
206
+ {
207
+ "type": "SYMBOL",
208
+ "name": "_integer_literal"
209
+ }
210
+ ]
211
+ },
212
+ "number_literal": {
213
+ "type": "CHOICE",
214
+ "members": [
215
+ {
216
+ "type": "SYMBOL",
217
+ "name": "_integer_literal"
218
+ },
219
+ {
220
+ "type": "SYMBOL",
221
+ "name": "_decimal_literal"
222
+ }
223
+ ]
224
+ },
225
+ "_string_literal": {
226
+ "type": "SEQ",
227
+ "members": [
228
+ {
229
+ "type": "CHOICE",
230
+ "members": [
231
+ {
232
+ "type": "SYMBOL",
233
+ "name": "double_quoted_string"
234
+ },
235
+ {
236
+ "type": "SYMBOL",
237
+ "name": "single_quoted_string"
238
+ }
239
+ ]
240
+ }
241
+ ]
242
+ },
243
+ "double_quoted_string": {
244
+ "type": "SEQ",
245
+ "members": [
246
+ {
247
+ "type": "STRING",
248
+ "value": "\""
249
+ },
250
+ {
251
+ "type": "REPEAT",
252
+ "content": {
253
+ "type": "CHOICE",
254
+ "members": [
255
+ {
256
+ "type": "PATTERN",
257
+ "value": "[^\"\\\\]+"
258
+ },
259
+ {
260
+ "type": "PATTERN",
261
+ "value": "\\\\."
262
+ }
263
+ ]
264
+ }
265
+ },
266
+ {
267
+ "type": "STRING",
268
+ "value": "\""
269
+ }
270
+ ]
271
+ },
272
+ "single_quoted_string": {
273
+ "type": "SEQ",
274
+ "members": [
275
+ {
276
+ "type": "STRING",
277
+ "value": "'"
278
+ },
279
+ {
280
+ "type": "REPEAT",
281
+ "content": {
282
+ "type": "CHOICE",
283
+ "members": [
284
+ {
285
+ "type": "PATTERN",
286
+ "value": "[^'\\\\]+"
287
+ },
288
+ {
289
+ "type": "PATTERN",
290
+ "value": "\\\\."
291
+ }
292
+ ]
293
+ }
294
+ },
295
+ {
296
+ "type": "STRING",
297
+ "value": "'"
298
+ }
299
+ ]
300
+ },
301
+ "sort_order": {
302
+ "type": "CHOICE",
303
+ "members": [
304
+ {
305
+ "type": "ALIAS",
306
+ "content": {
307
+ "type": "TOKEN",
308
+ "content": {
309
+ "type": "PREC",
310
+ "value": 1,
311
+ "content": {
312
+ "type": "PATTERN",
313
+ "value": "[aA][sS][cC][eE][nN][dD][iI][nN][gG]"
314
+ }
315
+ }
316
+ },
317
+ "named": false,
318
+ "value": "ASCENDING"
319
+ },
320
+ {
321
+ "type": "ALIAS",
322
+ "content": {
323
+ "type": "TOKEN",
324
+ "content": {
325
+ "type": "PREC",
326
+ "value": 1,
327
+ "content": {
328
+ "type": "PATTERN",
329
+ "value": "[dD][eE][sS][cC][eE][nN][dD][iI][nN][gG]"
330
+ }
331
+ }
332
+ },
333
+ "named": false,
334
+ "value": "DESCENDING"
335
+ },
336
+ {
337
+ "type": "ALIAS",
338
+ "content": {
339
+ "type": "TOKEN",
340
+ "content": {
341
+ "type": "PREC",
342
+ "value": 1,
343
+ "content": {
344
+ "type": "PATTERN",
345
+ "value": "[dD][eE][sS][cC]"
346
+ }
347
+ }
348
+ },
349
+ "named": false,
350
+ "value": "DESC"
351
+ },
352
+ {
353
+ "type": "ALIAS",
354
+ "content": {
355
+ "type": "TOKEN",
356
+ "content": {
357
+ "type": "PREC",
358
+ "value": 1,
359
+ "content": {
360
+ "type": "PATTERN",
361
+ "value": "[aA][sS][cC]"
362
+ }
363
+ }
364
+ },
365
+ "named": false,
366
+ "value": "ASC"
367
+ }
368
+ ]
369
+ },
370
+ "primitive_type": {
371
+ "type": "CHOICE",
372
+ "members": [
373
+ {
374
+ "type": "ALIAS",
375
+ "content": {
376
+ "type": "TOKEN",
377
+ "content": {
378
+ "type": "PREC",
379
+ "value": 1,
380
+ "content": {
381
+ "type": "PATTERN",
382
+ "value": "[lL][oO][gG][iI][cC][aA][lL]"
383
+ }
384
+ }
385
+ },
386
+ "named": false,
387
+ "value": "LOGICAL"
388
+ },
389
+ {
390
+ "type": "ALIAS",
391
+ "content": {
392
+ "type": "TOKEN",
393
+ "content": {
394
+ "type": "PREC",
395
+ "value": 1,
396
+ "content": {
397
+ "type": "PATTERN",
398
+ "value": "[iI][nN][tT][eE][gG][eE][rR]"
399
+ }
400
+ }
401
+ },
402
+ "named": false,
403
+ "value": "INTEGER"
404
+ },
405
+ {
406
+ "type": "ALIAS",
407
+ "content": {
408
+ "type": "TOKEN",
409
+ "content": {
410
+ "type": "PREC",
411
+ "value": 1,
412
+ "content": {
413
+ "type": "PATTERN",
414
+ "value": "[iI][nN][tT]"
415
+ }
416
+ }
417
+ },
418
+ "named": false,
419
+ "value": "INT"
420
+ },
421
+ {
422
+ "type": "ALIAS",
423
+ "content": {
424
+ "type": "TOKEN",
425
+ "content": {
426
+ "type": "PREC",
427
+ "value": 1,
428
+ "content": {
429
+ "type": "PATTERN",
430
+ "value": "[cC][hH][aA][rR][aA][cC][tT][eE][rR]"
431
+ }
432
+ }
433
+ },
434
+ "named": false,
435
+ "value": "CHARACTER"
436
+ },
437
+ {
438
+ "type": "ALIAS",
439
+ "content": {
440
+ "type": "TOKEN",
441
+ "content": {
442
+ "type": "PREC",
443
+ "value": 1,
444
+ "content": {
445
+ "type": "PATTERN",
446
+ "value": "[cC][hH][aA][rR]"
447
+ }
448
+ }
449
+ },
450
+ "named": false,
451
+ "value": "CHAR"
452
+ },
453
+ {
454
+ "type": "ALIAS",
455
+ "content": {
456
+ "type": "TOKEN",
457
+ "content": {
458
+ "type": "PREC",
459
+ "value": 1,
460
+ "content": {
461
+ "type": "PATTERN",
462
+ "value": "[dD][eE][cC][iI][mM][aA][lL]"
463
+ }
464
+ }
465
+ },
466
+ "named": false,
467
+ "value": "DECIMAL"
468
+ },
469
+ {
470
+ "type": "ALIAS",
471
+ "content": {
472
+ "type": "TOKEN",
473
+ "content": {
474
+ "type": "PREC",
475
+ "value": 1,
476
+ "content": {
477
+ "type": "PATTERN",
478
+ "value": "[dD][aA][tT][eE]"
479
+ }
480
+ }
481
+ },
482
+ "named": false,
483
+ "value": "DATE"
484
+ },
485
+ {
486
+ "type": "ALIAS",
487
+ "content": {
488
+ "type": "TOKEN",
489
+ "content": {
490
+ "type": "PREC",
491
+ "value": 1,
492
+ "content": {
493
+ "type": "PATTERN",
494
+ "value": "[dD][aA][tT][eE][tT][iI][mM][eE]"
495
+ }
496
+ }
497
+ },
498
+ "named": false,
499
+ "value": "DATETIME"
500
+ },
501
+ {
502
+ "type": "ALIAS",
503
+ "content": {
504
+ "type": "TOKEN",
505
+ "content": {
506
+ "type": "PREC",
507
+ "value": 1,
508
+ "content": {
509
+ "type": "PATTERN",
510
+ "value": "[dD][aA][tT][eE][tT][iI][mM][eE][--][tT][zZ]"
511
+ }
512
+ }
513
+ },
514
+ "named": false,
515
+ "value": "DATETIME-TZ"
516
+ },
517
+ {
518
+ "type": "ALIAS",
519
+ "content": {
520
+ "type": "TOKEN",
521
+ "content": {
522
+ "type": "PREC",
523
+ "value": 1,
524
+ "content": {
525
+ "type": "PATTERN",
526
+ "value": "[iI][nN][tT][66][44]"
527
+ }
528
+ }
529
+ },
530
+ "named": false,
531
+ "value": "INT64"
532
+ },
533
+ {
534
+ "type": "ALIAS",
535
+ "content": {
536
+ "type": "TOKEN",
537
+ "content": {
538
+ "type": "PREC",
539
+ "value": 1,
540
+ "content": {
541
+ "type": "PATTERN",
542
+ "value": "[lL][oO][nN][gG][cC][hH][aA][rR]"
543
+ }
544
+ }
545
+ },
546
+ "named": false,
547
+ "value": "LONGCHAR"
548
+ },
549
+ {
550
+ "type": "ALIAS",
551
+ "content": {
552
+ "type": "TOKEN",
553
+ "content": {
554
+ "type": "PREC",
555
+ "value": 1,
556
+ "content": {
557
+ "type": "PATTERN",
558
+ "value": "[mM][eE][mM][pP][tT][rR]"
559
+ }
560
+ }
561
+ },
562
+ "named": false,
563
+ "value": "MEMPTR"
564
+ },
565
+ {
566
+ "type": "ALIAS",
567
+ "content": {
568
+ "type": "TOKEN",
569
+ "content": {
570
+ "type": "PREC",
571
+ "value": 1,
572
+ "content": {
573
+ "type": "PATTERN",
574
+ "value": "[rR][aA][wW]"
575
+ }
576
+ }
577
+ },
578
+ "named": false,
579
+ "value": "RAW"
580
+ },
581
+ {
582
+ "type": "ALIAS",
583
+ "content": {
584
+ "type": "TOKEN",
585
+ "content": {
586
+ "type": "PREC",
587
+ "value": 1,
588
+ "content": {
589
+ "type": "PATTERN",
590
+ "value": "[rR][eE][cC][iI][dD]"
591
+ }
592
+ }
593
+ },
594
+ "named": false,
595
+ "value": "RECID"
596
+ },
597
+ {
598
+ "type": "ALIAS",
599
+ "content": {
600
+ "type": "TOKEN",
601
+ "content": {
602
+ "type": "PREC",
603
+ "value": 1,
604
+ "content": {
605
+ "type": "PATTERN",
606
+ "value": "[rR][oO][wW][iI][dD]"
607
+ }
608
+ }
609
+ },
610
+ "named": false,
611
+ "value": "ROWID"
612
+ },
613
+ {
614
+ "type": "ALIAS",
615
+ "content": {
616
+ "type": "TOKEN",
617
+ "content": {
618
+ "type": "PREC",
619
+ "value": 1,
620
+ "content": {
621
+ "type": "PATTERN",
622
+ "value": "[hH][aA][nN][dD][lL][eE]"
623
+ }
624
+ }
625
+ },
626
+ "named": false,
627
+ "value": "HANDLE"
628
+ },
629
+ {
630
+ "type": "ALIAS",
631
+ "content": {
632
+ "type": "TOKEN",
633
+ "content": {
634
+ "type": "PREC",
635
+ "value": 1,
636
+ "content": {
637
+ "type": "PATTERN",
638
+ "value": "[cC][oO][mM][--][hH][aA][nN][dD][lL][eE]"
639
+ }
640
+ }
641
+ },
642
+ "named": false,
643
+ "value": "COM-HANDLE"
644
+ },
645
+ {
646
+ "type": "SYMBOL",
647
+ "name": "qualified_name"
648
+ }
649
+ ]
650
+ },
651
+ "sequence_tuning": {
652
+ "type": "CHOICE",
653
+ "members": [
654
+ {
655
+ "type": "SEQ",
656
+ "members": [
657
+ {
658
+ "type": "ALIAS",
659
+ "content": {
660
+ "type": "TOKEN",
661
+ "content": {
662
+ "type": "PREC",
663
+ "value": 1,
664
+ "content": {
665
+ "type": "PATTERN",
666
+ "value": "[iI][nN][iI][tT][iI][aA][lL]"
667
+ }
668
+ }
669
+ },
670
+ "named": false,
671
+ "value": "INITIAL"
672
+ },
673
+ {
674
+ "type": "SYMBOL",
675
+ "name": "_expression"
676
+ }
677
+ ]
678
+ },
679
+ {
680
+ "type": "SEQ",
681
+ "members": [
682
+ {
683
+ "type": "ALIAS",
684
+ "content": {
685
+ "type": "TOKEN",
686
+ "content": {
687
+ "type": "PREC",
688
+ "value": 1,
689
+ "content": {
690
+ "type": "PATTERN",
691
+ "value": "[iI][nN][cC][rR][eE][mM][eE][nN][tT]"
692
+ }
693
+ }
694
+ },
695
+ "named": false,
696
+ "value": "INCREMENT"
697
+ },
698
+ {
699
+ "type": "SYMBOL",
700
+ "name": "number_literal"
701
+ }
702
+ ]
703
+ },
704
+ {
705
+ "type": "SEQ",
706
+ "members": [
707
+ {
708
+ "type": "ALIAS",
709
+ "content": {
710
+ "type": "TOKEN",
711
+ "content": {
712
+ "type": "PREC",
713
+ "value": 1,
714
+ "content": {
715
+ "type": "PATTERN",
716
+ "value": "[cC][yY][cC][lL][eE][--][oO][nN][--][lL][iI][mM][iI][tT]"
717
+ }
718
+ }
719
+ },
720
+ "named": false,
721
+ "value": "CYCLE-ON-LIMIT"
722
+ },
723
+ {
724
+ "type": "SYMBOL",
725
+ "name": "boolean_literal"
726
+ }
727
+ ]
728
+ },
729
+ {
730
+ "type": "SEQ",
731
+ "members": [
732
+ {
733
+ "type": "ALIAS",
734
+ "content": {
735
+ "type": "TOKEN",
736
+ "content": {
737
+ "type": "PREC",
738
+ "value": 1,
739
+ "content": {
740
+ "type": "PATTERN",
741
+ "value": "[mM][iI][nN][--][vV][aA][lL]"
742
+ }
743
+ }
744
+ },
745
+ "named": false,
746
+ "value": "MIN-VAL"
747
+ },
748
+ {
749
+ "type": "SYMBOL",
750
+ "name": "number_literal"
751
+ }
752
+ ]
753
+ },
754
+ {
755
+ "type": "SEQ",
756
+ "members": [
757
+ {
758
+ "type": "ALIAS",
759
+ "content": {
760
+ "type": "TOKEN",
761
+ "content": {
762
+ "type": "PREC",
763
+ "value": 1,
764
+ "content": {
765
+ "type": "PATTERN",
766
+ "value": "[mM][aA][xX][--][vV][aA][lL]"
767
+ }
768
+ }
769
+ },
770
+ "named": false,
771
+ "value": "MAX-VAL"
772
+ },
773
+ {
774
+ "type": "SYMBOL",
775
+ "name": "number_literal"
776
+ }
777
+ ]
778
+ }
779
+ ]
780
+ },
781
+ "add_sequence_statement": {
782
+ "type": "SEQ",
783
+ "members": [
784
+ {
785
+ "type": "ALIAS",
786
+ "content": {
787
+ "type": "TOKEN",
788
+ "content": {
789
+ "type": "PREC",
790
+ "value": 1,
791
+ "content": {
792
+ "type": "PATTERN",
793
+ "value": "[aA][dD][dD]"
794
+ }
795
+ }
796
+ },
797
+ "named": false,
798
+ "value": "ADD"
799
+ },
800
+ {
801
+ "type": "ALIAS",
802
+ "content": {
803
+ "type": "TOKEN",
804
+ "content": {
805
+ "type": "PREC",
806
+ "value": 1,
807
+ "content": {
808
+ "type": "PATTERN",
809
+ "value": "[sS][eE][qQ][uU][eE][nN][cC][eE]"
810
+ }
811
+ }
812
+ },
813
+ "named": false,
814
+ "value": "SEQUENCE"
815
+ },
816
+ {
817
+ "type": "FIELD",
818
+ "name": "sequence",
819
+ "content": {
820
+ "type": "SYMBOL",
821
+ "name": "_string_literal"
822
+ }
823
+ },
824
+ {
825
+ "type": "REPEAT",
826
+ "content": {
827
+ "type": "SYMBOL",
828
+ "name": "sequence_tuning"
829
+ }
830
+ }
831
+ ]
832
+ },
833
+ "table_tuning": {
834
+ "type": "CHOICE",
835
+ "members": [
836
+ {
837
+ "type": "SEQ",
838
+ "members": [
839
+ {
840
+ "type": "ALIAS",
841
+ "content": {
842
+ "type": "TOKEN",
843
+ "content": {
844
+ "type": "PREC",
845
+ "value": 1,
846
+ "content": {
847
+ "type": "PATTERN",
848
+ "value": "[aA][rR][eE][aA]"
849
+ }
850
+ }
851
+ },
852
+ "named": false,
853
+ "value": "AREA"
854
+ },
855
+ {
856
+ "type": "SYMBOL",
857
+ "name": "_string_literal"
858
+ }
859
+ ]
860
+ },
861
+ {
862
+ "type": "SEQ",
863
+ "members": [
864
+ {
865
+ "type": "ALIAS",
866
+ "content": {
867
+ "type": "TOKEN",
868
+ "content": {
869
+ "type": "PREC",
870
+ "value": 1,
871
+ "content": {
872
+ "type": "PATTERN",
873
+ "value": "[dD][eE][sS][cC][rR][iI][pP][tT][iI][oO][nN]"
874
+ }
875
+ }
876
+ },
877
+ "named": false,
878
+ "value": "DESCRIPTION"
879
+ },
880
+ {
881
+ "type": "SYMBOL",
882
+ "name": "_string_literal"
883
+ }
884
+ ]
885
+ },
886
+ {
887
+ "type": "SEQ",
888
+ "members": [
889
+ {
890
+ "type": "ALIAS",
891
+ "content": {
892
+ "type": "TOKEN",
893
+ "content": {
894
+ "type": "PREC",
895
+ "value": 1,
896
+ "content": {
897
+ "type": "PATTERN",
898
+ "value": "[lL][aA][bB][eE][lL]"
899
+ }
900
+ }
901
+ },
902
+ "named": false,
903
+ "value": "LABEL"
904
+ },
905
+ {
906
+ "type": "SYMBOL",
907
+ "name": "_string_literal"
908
+ }
909
+ ]
910
+ },
911
+ {
912
+ "type": "SEQ",
913
+ "members": [
914
+ {
915
+ "type": "ALIAS",
916
+ "content": {
917
+ "type": "TOKEN",
918
+ "content": {
919
+ "type": "PREC",
920
+ "value": 1,
921
+ "content": {
922
+ "type": "PATTERN",
923
+ "value": "[dD][uU][mM][pP][--][nN][aA][mM][eE]"
924
+ }
925
+ }
926
+ },
927
+ "named": false,
928
+ "value": "DUMP-NAME"
929
+ },
930
+ {
931
+ "type": "SYMBOL",
932
+ "name": "_string_literal"
933
+ }
934
+ ]
935
+ },
936
+ {
937
+ "type": "SEQ",
938
+ "members": [
939
+ {
940
+ "type": "ALIAS",
941
+ "content": {
942
+ "type": "TOKEN",
943
+ "content": {
944
+ "type": "PREC",
945
+ "value": 1,
946
+ "content": {
947
+ "type": "PATTERN",
948
+ "value": "[vV][aA][lL][eE][xX][pP]"
949
+ }
950
+ }
951
+ },
952
+ "named": false,
953
+ "value": "VALEXP"
954
+ },
955
+ {
956
+ "type": "SYMBOL",
957
+ "name": "_string_literal"
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "type": "SEQ",
963
+ "members": [
964
+ {
965
+ "type": "ALIAS",
966
+ "content": {
967
+ "type": "TOKEN",
968
+ "content": {
969
+ "type": "PREC",
970
+ "value": 1,
971
+ "content": {
972
+ "type": "PATTERN",
973
+ "value": "[vV][aA][lL][mM][sS][gG]"
974
+ }
975
+ }
976
+ },
977
+ "named": false,
978
+ "value": "VALMSG"
979
+ },
980
+ {
981
+ "type": "SYMBOL",
982
+ "name": "_string_literal"
983
+ }
984
+ ]
985
+ },
986
+ {
987
+ "type": "ALIAS",
988
+ "content": {
989
+ "type": "TOKEN",
990
+ "content": {
991
+ "type": "PREC",
992
+ "value": 1,
993
+ "content": {
994
+ "type": "PATTERN",
995
+ "value": "[fF][rR][oO][zZ][eE][nN]"
996
+ }
997
+ }
998
+ },
999
+ "named": false,
1000
+ "value": "FROZEN"
1001
+ }
1002
+ ]
1003
+ },
1004
+ "add_table_statement": {
1005
+ "type": "SEQ",
1006
+ "members": [
1007
+ {
1008
+ "type": "ALIAS",
1009
+ "content": {
1010
+ "type": "TOKEN",
1011
+ "content": {
1012
+ "type": "PREC",
1013
+ "value": 1,
1014
+ "content": {
1015
+ "type": "PATTERN",
1016
+ "value": "[aA][dD][dD]"
1017
+ }
1018
+ }
1019
+ },
1020
+ "named": false,
1021
+ "value": "ADD"
1022
+ },
1023
+ {
1024
+ "type": "ALIAS",
1025
+ "content": {
1026
+ "type": "TOKEN",
1027
+ "content": {
1028
+ "type": "PREC",
1029
+ "value": 1,
1030
+ "content": {
1031
+ "type": "PATTERN",
1032
+ "value": "[tT][aA][bB][lL][eE]"
1033
+ }
1034
+ }
1035
+ },
1036
+ "named": false,
1037
+ "value": "TABLE"
1038
+ },
1039
+ {
1040
+ "type": "FIELD",
1041
+ "name": "table",
1042
+ "content": {
1043
+ "type": "SYMBOL",
1044
+ "name": "_string_literal"
1045
+ }
1046
+ },
1047
+ {
1048
+ "type": "REPEAT",
1049
+ "content": {
1050
+ "type": "SYMBOL",
1051
+ "name": "table_tuning"
1052
+ }
1053
+ }
1054
+ ]
1055
+ },
1056
+ "field_tuning": {
1057
+ "type": "CHOICE",
1058
+ "members": [
1059
+ {
1060
+ "type": "SEQ",
1061
+ "members": [
1062
+ {
1063
+ "type": "ALIAS",
1064
+ "content": {
1065
+ "type": "TOKEN",
1066
+ "content": {
1067
+ "type": "PREC",
1068
+ "value": 1,
1069
+ "content": {
1070
+ "type": "PATTERN",
1071
+ "value": "[iI][nN][iI][tT][iI][aA][lL]"
1072
+ }
1073
+ }
1074
+ },
1075
+ "named": false,
1076
+ "value": "INITIAL"
1077
+ },
1078
+ {
1079
+ "type": "SYMBOL",
1080
+ "name": "_expression"
1081
+ }
1082
+ ]
1083
+ },
1084
+ {
1085
+ "type": "SEQ",
1086
+ "members": [
1087
+ {
1088
+ "type": "ALIAS",
1089
+ "content": {
1090
+ "type": "TOKEN",
1091
+ "content": {
1092
+ "type": "PREC",
1093
+ "value": 1,
1094
+ "content": {
1095
+ "type": "PATTERN",
1096
+ "value": "[fF][oO][rR][mM][aA][tT]"
1097
+ }
1098
+ }
1099
+ },
1100
+ "named": false,
1101
+ "value": "FORMAT"
1102
+ },
1103
+ {
1104
+ "type": "SYMBOL",
1105
+ "name": "_string_literal"
1106
+ }
1107
+ ]
1108
+ },
1109
+ {
1110
+ "type": "SEQ",
1111
+ "members": [
1112
+ {
1113
+ "type": "ALIAS",
1114
+ "content": {
1115
+ "type": "TOKEN",
1116
+ "content": {
1117
+ "type": "PREC",
1118
+ "value": 1,
1119
+ "content": {
1120
+ "type": "PATTERN",
1121
+ "value": "[dD][eE][sS][cC][rR][iI][pP][tT][iI][oO][nN]"
1122
+ }
1123
+ }
1124
+ },
1125
+ "named": false,
1126
+ "value": "DESCRIPTION"
1127
+ },
1128
+ {
1129
+ "type": "SYMBOL",
1130
+ "name": "_string_literal"
1131
+ }
1132
+ ]
1133
+ },
1134
+ {
1135
+ "type": "SEQ",
1136
+ "members": [
1137
+ {
1138
+ "type": "ALIAS",
1139
+ "content": {
1140
+ "type": "TOKEN",
1141
+ "content": {
1142
+ "type": "PREC",
1143
+ "value": 1,
1144
+ "content": {
1145
+ "type": "PATTERN",
1146
+ "value": "[dD][eE][cC][iI][mM][aA][lL][sS]"
1147
+ }
1148
+ }
1149
+ },
1150
+ "named": false,
1151
+ "value": "DECIMALS"
1152
+ },
1153
+ {
1154
+ "type": "SYMBOL",
1155
+ "name": "number_literal"
1156
+ }
1157
+ ]
1158
+ },
1159
+ {
1160
+ "type": "SEQ",
1161
+ "members": [
1162
+ {
1163
+ "type": "ALIAS",
1164
+ "content": {
1165
+ "type": "TOKEN",
1166
+ "content": {
1167
+ "type": "PREC",
1168
+ "value": 1,
1169
+ "content": {
1170
+ "type": "PATTERN",
1171
+ "value": "[pP][oO][sS][iI][tT][iI][oO][nN]"
1172
+ }
1173
+ }
1174
+ },
1175
+ "named": false,
1176
+ "value": "POSITION"
1177
+ },
1178
+ {
1179
+ "type": "SYMBOL",
1180
+ "name": "number_literal"
1181
+ }
1182
+ ]
1183
+ },
1184
+ {
1185
+ "type": "SEQ",
1186
+ "members": [
1187
+ {
1188
+ "type": "ALIAS",
1189
+ "content": {
1190
+ "type": "TOKEN",
1191
+ "content": {
1192
+ "type": "PREC",
1193
+ "value": 1,
1194
+ "content": {
1195
+ "type": "PATTERN",
1196
+ "value": "[mM][aA][xX][--][wW][iI][dD][tT][hH]"
1197
+ }
1198
+ }
1199
+ },
1200
+ "named": false,
1201
+ "value": "MAX-WIDTH"
1202
+ },
1203
+ {
1204
+ "type": "SYMBOL",
1205
+ "name": "number_literal"
1206
+ }
1207
+ ]
1208
+ },
1209
+ {
1210
+ "type": "SEQ",
1211
+ "members": [
1212
+ {
1213
+ "type": "ALIAS",
1214
+ "content": {
1215
+ "type": "TOKEN",
1216
+ "content": {
1217
+ "type": "PREC",
1218
+ "value": 1,
1219
+ "content": {
1220
+ "type": "PATTERN",
1221
+ "value": "[oO][rR][dD][eE][rR]"
1222
+ }
1223
+ }
1224
+ },
1225
+ "named": false,
1226
+ "value": "ORDER"
1227
+ },
1228
+ {
1229
+ "type": "SYMBOL",
1230
+ "name": "number_literal"
1231
+ }
1232
+ ]
1233
+ },
1234
+ {
1235
+ "type": "SEQ",
1236
+ "members": [
1237
+ {
1238
+ "type": "ALIAS",
1239
+ "content": {
1240
+ "type": "TOKEN",
1241
+ "content": {
1242
+ "type": "PREC",
1243
+ "value": 1,
1244
+ "content": {
1245
+ "type": "PATTERN",
1246
+ "value": "[lL][aA][bB][eE][lL]"
1247
+ }
1248
+ }
1249
+ },
1250
+ "named": false,
1251
+ "value": "LABEL"
1252
+ },
1253
+ {
1254
+ "type": "SYMBOL",
1255
+ "name": "_string_literal"
1256
+ }
1257
+ ]
1258
+ },
1259
+ {
1260
+ "type": "SEQ",
1261
+ "members": [
1262
+ {
1263
+ "type": "ALIAS",
1264
+ "content": {
1265
+ "type": "TOKEN",
1266
+ "content": {
1267
+ "type": "PREC",
1268
+ "value": 1,
1269
+ "content": {
1270
+ "type": "PATTERN",
1271
+ "value": "[hH][eE][lL][pP]"
1272
+ }
1273
+ }
1274
+ },
1275
+ "named": false,
1276
+ "value": "HELP"
1277
+ },
1278
+ {
1279
+ "type": "SYMBOL",
1280
+ "name": "_string_literal"
1281
+ }
1282
+ ]
1283
+ },
1284
+ {
1285
+ "type": "SEQ",
1286
+ "members": [
1287
+ {
1288
+ "type": "ALIAS",
1289
+ "content": {
1290
+ "type": "TOKEN",
1291
+ "content": {
1292
+ "type": "PREC",
1293
+ "value": 1,
1294
+ "content": {
1295
+ "type": "PATTERN",
1296
+ "value": "[cC][oO][lL][uU][mM][nN][--][lL][aA][bB][eE][lL]"
1297
+ }
1298
+ }
1299
+ },
1300
+ "named": false,
1301
+ "value": "COLUMN-LABEL"
1302
+ },
1303
+ {
1304
+ "type": "SYMBOL",
1305
+ "name": "_string_literal"
1306
+ }
1307
+ ]
1308
+ },
1309
+ {
1310
+ "type": "SEQ",
1311
+ "members": [
1312
+ {
1313
+ "type": "ALIAS",
1314
+ "content": {
1315
+ "type": "TOKEN",
1316
+ "content": {
1317
+ "type": "PREC",
1318
+ "value": 1,
1319
+ "content": {
1320
+ "type": "PATTERN",
1321
+ "value": "[cC][oO][lL][uU][mM][nN]"
1322
+ }
1323
+ }
1324
+ },
1325
+ "named": false,
1326
+ "value": "COLUMN"
1327
+ },
1328
+ {
1329
+ "type": "SYMBOL",
1330
+ "name": "_string_literal"
1331
+ }
1332
+ ]
1333
+ },
1334
+ {
1335
+ "type": "ALIAS",
1336
+ "content": {
1337
+ "type": "TOKEN",
1338
+ "content": {
1339
+ "type": "PREC",
1340
+ "value": 1,
1341
+ "content": {
1342
+ "type": "PATTERN",
1343
+ "value": "[mM][aA][nN][dD][aA][tT][oO][rR][yY]"
1344
+ }
1345
+ }
1346
+ },
1347
+ "named": false,
1348
+ "value": "MANDATORY"
1349
+ },
1350
+ {
1351
+ "type": "ALIAS",
1352
+ "content": {
1353
+ "type": "TOKEN",
1354
+ "content": {
1355
+ "type": "PREC",
1356
+ "value": 1,
1357
+ "content": {
1358
+ "type": "PATTERN",
1359
+ "value": "[cC][aA][sS][eE][--][sS][eE][nN][sS][iI][tT][iI][vV][eE]"
1360
+ }
1361
+ }
1362
+ },
1363
+ "named": false,
1364
+ "value": "CASE-SENSITIVE"
1365
+ }
1366
+ ]
1367
+ },
1368
+ "add_field_statement": {
1369
+ "type": "SEQ",
1370
+ "members": [
1371
+ {
1372
+ "type": "ALIAS",
1373
+ "content": {
1374
+ "type": "TOKEN",
1375
+ "content": {
1376
+ "type": "PREC",
1377
+ "value": 1,
1378
+ "content": {
1379
+ "type": "PATTERN",
1380
+ "value": "[aA][dD][dD]"
1381
+ }
1382
+ }
1383
+ },
1384
+ "named": false,
1385
+ "value": "ADD"
1386
+ },
1387
+ {
1388
+ "type": "ALIAS",
1389
+ "content": {
1390
+ "type": "TOKEN",
1391
+ "content": {
1392
+ "type": "PREC",
1393
+ "value": 1,
1394
+ "content": {
1395
+ "type": "PATTERN",
1396
+ "value": "[fF][iI][eE][lL][dD]"
1397
+ }
1398
+ }
1399
+ },
1400
+ "named": false,
1401
+ "value": "FIELD"
1402
+ },
1403
+ {
1404
+ "type": "FIELD",
1405
+ "name": "field",
1406
+ "content": {
1407
+ "type": "SYMBOL",
1408
+ "name": "_string_literal"
1409
+ }
1410
+ },
1411
+ {
1412
+ "type": "ALIAS",
1413
+ "content": {
1414
+ "type": "TOKEN",
1415
+ "content": {
1416
+ "type": "PREC",
1417
+ "value": 1,
1418
+ "content": {
1419
+ "type": "PATTERN",
1420
+ "value": "[oO][fF]"
1421
+ }
1422
+ }
1423
+ },
1424
+ "named": false,
1425
+ "value": "OF"
1426
+ },
1427
+ {
1428
+ "type": "FIELD",
1429
+ "name": "table",
1430
+ "content": {
1431
+ "type": "SYMBOL",
1432
+ "name": "_string_literal"
1433
+ }
1434
+ },
1435
+ {
1436
+ "type": "ALIAS",
1437
+ "content": {
1438
+ "type": "TOKEN",
1439
+ "content": {
1440
+ "type": "PREC",
1441
+ "value": 1,
1442
+ "content": {
1443
+ "type": "PATTERN",
1444
+ "value": "[aA][sS]"
1445
+ }
1446
+ }
1447
+ },
1448
+ "named": false,
1449
+ "value": "AS"
1450
+ },
1451
+ {
1452
+ "type": "FIELD",
1453
+ "name": "type",
1454
+ "content": {
1455
+ "type": "SYMBOL",
1456
+ "name": "primitive_type"
1457
+ }
1458
+ },
1459
+ {
1460
+ "type": "REPEAT",
1461
+ "content": {
1462
+ "type": "SYMBOL",
1463
+ "name": "field_tuning"
1464
+ }
1465
+ }
1466
+ ]
1467
+ },
1468
+ "index_tuning": {
1469
+ "type": "CHOICE",
1470
+ "members": [
1471
+ {
1472
+ "type": "SEQ",
1473
+ "members": [
1474
+ {
1475
+ "type": "ALIAS",
1476
+ "content": {
1477
+ "type": "TOKEN",
1478
+ "content": {
1479
+ "type": "PREC",
1480
+ "value": 1,
1481
+ "content": {
1482
+ "type": "PATTERN",
1483
+ "value": "[aA][rR][eE][aA]"
1484
+ }
1485
+ }
1486
+ },
1487
+ "named": false,
1488
+ "value": "AREA"
1489
+ },
1490
+ {
1491
+ "type": "SYMBOL",
1492
+ "name": "_string_literal"
1493
+ }
1494
+ ]
1495
+ },
1496
+ {
1497
+ "type": "ALIAS",
1498
+ "content": {
1499
+ "type": "TOKEN",
1500
+ "content": {
1501
+ "type": "PREC",
1502
+ "value": 1,
1503
+ "content": {
1504
+ "type": "PATTERN",
1505
+ "value": "[uU][nN][iI][qQ][uU][eE]"
1506
+ }
1507
+ }
1508
+ },
1509
+ "named": false,
1510
+ "value": "UNIQUE"
1511
+ },
1512
+ {
1513
+ "type": "ALIAS",
1514
+ "content": {
1515
+ "type": "TOKEN",
1516
+ "content": {
1517
+ "type": "PREC",
1518
+ "value": 1,
1519
+ "content": {
1520
+ "type": "PATTERN",
1521
+ "value": "[pP][rR][iI][mM][aA][rR][yY]"
1522
+ }
1523
+ }
1524
+ },
1525
+ "named": false,
1526
+ "value": "PRIMARY"
1527
+ },
1528
+ {
1529
+ "type": "SEQ",
1530
+ "members": [
1531
+ {
1532
+ "type": "ALIAS",
1533
+ "content": {
1534
+ "type": "TOKEN",
1535
+ "content": {
1536
+ "type": "PREC",
1537
+ "value": 1,
1538
+ "content": {
1539
+ "type": "PATTERN",
1540
+ "value": "[iI][nN][dD][eE][xX][--][fF][iI][eE][lL][dD]"
1541
+ }
1542
+ }
1543
+ },
1544
+ "named": false,
1545
+ "value": "INDEX-FIELD"
1546
+ },
1547
+ {
1548
+ "type": "SYMBOL",
1549
+ "name": "_string_literal"
1550
+ },
1551
+ {
1552
+ "type": "SYMBOL",
1553
+ "name": "sort_order"
1554
+ },
1555
+ {
1556
+ "type": "CHOICE",
1557
+ "members": [
1558
+ {
1559
+ "type": "ALIAS",
1560
+ "content": {
1561
+ "type": "TOKEN",
1562
+ "content": {
1563
+ "type": "PREC",
1564
+ "value": 1,
1565
+ "content": {
1566
+ "type": "PATTERN",
1567
+ "value": "[aA][bB][bB][rR][eE][vV][iI][aA][tT][eE][dD]"
1568
+ }
1569
+ }
1570
+ },
1571
+ "named": false,
1572
+ "value": "ABBREVIATED"
1573
+ },
1574
+ {
1575
+ "type": "BLANK"
1576
+ }
1577
+ ]
1578
+ }
1579
+ ]
1580
+ }
1581
+ ]
1582
+ },
1583
+ "add_index_statement": {
1584
+ "type": "SEQ",
1585
+ "members": [
1586
+ {
1587
+ "type": "ALIAS",
1588
+ "content": {
1589
+ "type": "TOKEN",
1590
+ "content": {
1591
+ "type": "PREC",
1592
+ "value": 1,
1593
+ "content": {
1594
+ "type": "PATTERN",
1595
+ "value": "[aA][dD][dD]"
1596
+ }
1597
+ }
1598
+ },
1599
+ "named": false,
1600
+ "value": "ADD"
1601
+ },
1602
+ {
1603
+ "type": "ALIAS",
1604
+ "content": {
1605
+ "type": "TOKEN",
1606
+ "content": {
1607
+ "type": "PREC",
1608
+ "value": 1,
1609
+ "content": {
1610
+ "type": "PATTERN",
1611
+ "value": "[iI][nN][dD][eE][xX]"
1612
+ }
1613
+ }
1614
+ },
1615
+ "named": false,
1616
+ "value": "INDEX"
1617
+ },
1618
+ {
1619
+ "type": "FIELD",
1620
+ "name": "index",
1621
+ "content": {
1622
+ "type": "SYMBOL",
1623
+ "name": "_string_literal"
1624
+ }
1625
+ },
1626
+ {
1627
+ "type": "ALIAS",
1628
+ "content": {
1629
+ "type": "TOKEN",
1630
+ "content": {
1631
+ "type": "PREC",
1632
+ "value": 1,
1633
+ "content": {
1634
+ "type": "PATTERN",
1635
+ "value": "[oO][nN]"
1636
+ }
1637
+ }
1638
+ },
1639
+ "named": false,
1640
+ "value": "ON"
1641
+ },
1642
+ {
1643
+ "type": "FIELD",
1644
+ "name": "table",
1645
+ "content": {
1646
+ "type": "SYMBOL",
1647
+ "name": "_string_literal"
1648
+ }
1649
+ },
1650
+ {
1651
+ "type": "REPEAT",
1652
+ "content": {
1653
+ "type": "SYMBOL",
1654
+ "name": "index_tuning"
1655
+ }
1656
+ }
1657
+ ]
1658
+ },
1659
+ "_expression": {
1660
+ "type": "CHOICE",
1661
+ "members": [
1662
+ {
1663
+ "type": "SYMBOL",
1664
+ "name": "identifier"
1665
+ },
1666
+ {
1667
+ "type": "SYMBOL",
1668
+ "name": "qualified_name"
1669
+ },
1670
+ {
1671
+ "type": "SYMBOL",
1672
+ "name": "boolean_literal"
1673
+ },
1674
+ {
1675
+ "type": "SYMBOL",
1676
+ "name": "_string_literal"
1677
+ },
1678
+ {
1679
+ "type": "SYMBOL",
1680
+ "name": "number_literal"
1681
+ },
1682
+ {
1683
+ "type": "SYMBOL",
1684
+ "name": "null_expression"
1685
+ }
1686
+ ]
1687
+ },
1688
+ "_statement": {
1689
+ "type": "CHOICE",
1690
+ "members": [
1691
+ {
1692
+ "type": "SYMBOL",
1693
+ "name": "add_sequence_statement"
1694
+ },
1695
+ {
1696
+ "type": "SYMBOL",
1697
+ "name": "add_table_statement"
1698
+ },
1699
+ {
1700
+ "type": "SYMBOL",
1701
+ "name": "add_field_statement"
1702
+ },
1703
+ {
1704
+ "type": "SYMBOL",
1705
+ "name": "add_index_statement"
1706
+ }
1707
+ ]
1708
+ },
1709
+ "footer": {
1710
+ "type": "SEQ",
1711
+ "members": [
1712
+ {
1713
+ "type": "STRING",
1714
+ "value": "."
1715
+ },
1716
+ {
1717
+ "type": "REPEAT",
1718
+ "content": {
1719
+ "type": "CHOICE",
1720
+ "members": [
1721
+ {
1722
+ "type": "ALIAS",
1723
+ "content": {
1724
+ "type": "TOKEN",
1725
+ "content": {
1726
+ "type": "PREC",
1727
+ "value": 1,
1728
+ "content": {
1729
+ "type": "PATTERN",
1730
+ "value": "[pP][sS][cC]"
1731
+ }
1732
+ }
1733
+ },
1734
+ "named": false,
1735
+ "value": "PSC"
1736
+ },
1737
+ {
1738
+ "type": "SEQ",
1739
+ "members": [
1740
+ {
1741
+ "type": "ALIAS",
1742
+ "content": {
1743
+ "type": "TOKEN",
1744
+ "content": {
1745
+ "type": "PREC",
1746
+ "value": 1,
1747
+ "content": {
1748
+ "type": "PATTERN",
1749
+ "value": "[cC][pP][sS][tT][rR][eE][aA][mM]"
1750
+ }
1751
+ }
1752
+ },
1753
+ "named": false,
1754
+ "value": "CPSTREAM"
1755
+ },
1756
+ {
1757
+ "type": "STRING",
1758
+ "value": "="
1759
+ },
1760
+ {
1761
+ "type": "PATTERN",
1762
+ "value": ".*"
1763
+ }
1764
+ ]
1765
+ },
1766
+ {
1767
+ "type": "SYMBOL",
1768
+ "name": "number_literal"
1769
+ },
1770
+ {
1771
+ "type": "STRING",
1772
+ "value": "."
1773
+ }
1774
+ ]
1775
+ }
1776
+ }
1777
+ ]
1778
+ }
1779
+ },
1780
+ "extras": [
1781
+ {
1782
+ "type": "SYMBOL",
1783
+ "name": "comment"
1784
+ },
1785
+ {
1786
+ "type": "PATTERN",
1787
+ "value": "[\\s\\f\\uFEFF\\u2060\\u200B]|\\\\\\r?\\n"
1788
+ }
1789
+ ],
1790
+ "conflicts": [],
1791
+ "precedences": [],
1792
+ "externals": [
1793
+ {
1794
+ "type": "SYMBOL",
1795
+ "name": "_namedot"
1796
+ }
1797
+ ],
1798
+ "inline": [],
1799
+ "supertypes": [
1800
+ "_expression",
1801
+ "_statement"
1802
+ ]
1803
+ }
1804
+