@plurnk/plurnk-grammar 0.74.57 → 0.75.0
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.
- package/README.md +1 -1
- package/dist/plurnk.gbnf +67 -93
- package/dist/schema/PlurnkStatement.json +2 -2
- package/dist/src/AstBuilder.d.ts.map +1 -1
- package/dist/src/AstBuilder.js +3 -1
- package/dist/src/AstBuilder.js.map +1 -1
- package/dist/src/PlurnkErrorStrategy.js +6 -6
- package/dist/src/PlurnkParser.d.ts.map +1 -1
- package/dist/src/PlurnkParser.js +73 -18
- package/dist/src/PlurnkParser.js.map +1 -1
- package/dist/src/generated/plurnkLexer.d.ts.map +1 -1
- package/dist/src/generated/plurnkLexer.js +199 -200
- package/dist/src/generated/plurnkLexer.js.map +1 -1
- package/dist/src/generated/plurnkParser.d.ts +1 -0
- package/dist/src/generated/plurnkParser.d.ts.map +1 -1
- package/dist/src/generated/plurnkParser.js +181 -158
- package/dist/src/generated/plurnkParser.js.map +1 -1
- package/dist/src/types.generated.d.ts +2 -2
- package/dist/src/types.generated.d.ts.map +1 -1
- package/package.json +1 -1
- package/plurnk.md +4 -2
|
@@ -1770,7 +1770,7 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1770
1770
|
this.enterRule(localContext, 54, plurnkParser.RULE_termModifiers);
|
|
1771
1771
|
let _la;
|
|
1772
1772
|
try {
|
|
1773
|
-
this.state =
|
|
1773
|
+
this.state = 413;
|
|
1774
1774
|
this.errorHandler.sync(this);
|
|
1775
1775
|
switch (this.tokenStream.LA(1)) {
|
|
1776
1776
|
case plurnkParser.LBRACKET:
|
|
@@ -1787,15 +1787,33 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1787
1787
|
this.target();
|
|
1788
1788
|
}
|
|
1789
1789
|
}
|
|
1790
|
+
this.state = 406;
|
|
1791
|
+
this.errorHandler.sync(this);
|
|
1792
|
+
_la = this.tokenStream.LA(1);
|
|
1793
|
+
if (_la === 5) {
|
|
1794
|
+
{
|
|
1795
|
+
this.state = 405;
|
|
1796
|
+
this.lineMarker();
|
|
1797
|
+
}
|
|
1798
|
+
}
|
|
1790
1799
|
}
|
|
1791
1800
|
break;
|
|
1792
1801
|
case plurnkParser.LPAREN:
|
|
1793
1802
|
this.enterOuterAlt(localContext, 2);
|
|
1794
1803
|
{
|
|
1795
|
-
this.state =
|
|
1804
|
+
this.state = 408;
|
|
1796
1805
|
this.target();
|
|
1797
|
-
this.state =
|
|
1806
|
+
this.state = 409;
|
|
1798
1807
|
this.dispSignal();
|
|
1808
|
+
this.state = 411;
|
|
1809
|
+
this.errorHandler.sync(this);
|
|
1810
|
+
_la = this.tokenStream.LA(1);
|
|
1811
|
+
if (_la === 5) {
|
|
1812
|
+
{
|
|
1813
|
+
this.state = 410;
|
|
1814
|
+
this.lineMarker();
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1799
1817
|
}
|
|
1800
1818
|
break;
|
|
1801
1819
|
default:
|
|
@@ -1821,20 +1839,20 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1821
1839
|
this.enterRule(localContext, 56, plurnkParser.RULE_midModifiers);
|
|
1822
1840
|
let _la;
|
|
1823
1841
|
try {
|
|
1824
|
-
this.state =
|
|
1842
|
+
this.state = 423;
|
|
1825
1843
|
this.errorHandler.sync(this);
|
|
1826
1844
|
switch (this.tokenStream.LA(1)) {
|
|
1827
1845
|
case plurnkParser.LBRACKET:
|
|
1828
1846
|
this.enterOuterAlt(localContext, 1);
|
|
1829
1847
|
{
|
|
1830
|
-
this.state =
|
|
1848
|
+
this.state = 415;
|
|
1831
1849
|
this.midSignal();
|
|
1832
|
-
this.state =
|
|
1850
|
+
this.state = 417;
|
|
1833
1851
|
this.errorHandler.sync(this);
|
|
1834
1852
|
_la = this.tokenStream.LA(1);
|
|
1835
1853
|
if (_la === 3) {
|
|
1836
1854
|
{
|
|
1837
|
-
this.state =
|
|
1855
|
+
this.state = 416;
|
|
1838
1856
|
this.target();
|
|
1839
1857
|
}
|
|
1840
1858
|
}
|
|
@@ -1843,14 +1861,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1843
1861
|
case plurnkParser.LPAREN:
|
|
1844
1862
|
this.enterOuterAlt(localContext, 2);
|
|
1845
1863
|
{
|
|
1846
|
-
this.state =
|
|
1864
|
+
this.state = 419;
|
|
1847
1865
|
this.target();
|
|
1848
|
-
this.state =
|
|
1866
|
+
this.state = 421;
|
|
1849
1867
|
this.errorHandler.sync(this);
|
|
1850
1868
|
_la = this.tokenStream.LA(1);
|
|
1851
1869
|
if (_la === 1) {
|
|
1852
1870
|
{
|
|
1853
|
-
this.state =
|
|
1871
|
+
this.state = 420;
|
|
1854
1872
|
this.midSignal();
|
|
1855
1873
|
}
|
|
1856
1874
|
}
|
|
@@ -1879,27 +1897,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1879
1897
|
this.enterRule(localContext, 58, plurnkParser.RULE_execModifiers);
|
|
1880
1898
|
let _la;
|
|
1881
1899
|
try {
|
|
1882
|
-
this.state =
|
|
1900
|
+
this.state = 458;
|
|
1883
1901
|
this.errorHandler.sync(this);
|
|
1884
1902
|
switch (this.tokenStream.LA(1)) {
|
|
1885
1903
|
case plurnkParser.LBRACKET:
|
|
1886
1904
|
this.enterOuterAlt(localContext, 1);
|
|
1887
1905
|
{
|
|
1888
|
-
this.state =
|
|
1906
|
+
this.state = 425;
|
|
1889
1907
|
this.identSignal();
|
|
1890
|
-
this.state =
|
|
1908
|
+
this.state = 434;
|
|
1891
1909
|
this.errorHandler.sync(this);
|
|
1892
1910
|
switch (this.tokenStream.LA(1)) {
|
|
1893
1911
|
case plurnkParser.LPAREN:
|
|
1894
1912
|
{
|
|
1895
|
-
this.state =
|
|
1913
|
+
this.state = 426;
|
|
1896
1914
|
this.target();
|
|
1897
|
-
this.state =
|
|
1915
|
+
this.state = 428;
|
|
1898
1916
|
this.errorHandler.sync(this);
|
|
1899
1917
|
_la = this.tokenStream.LA(1);
|
|
1900
1918
|
if (_la === 5) {
|
|
1901
1919
|
{
|
|
1902
|
-
this.state =
|
|
1920
|
+
this.state = 427;
|
|
1903
1921
|
this.lineMarker();
|
|
1904
1922
|
}
|
|
1905
1923
|
}
|
|
@@ -1907,14 +1925,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1907
1925
|
break;
|
|
1908
1926
|
case plurnkParser.L_MARKER:
|
|
1909
1927
|
{
|
|
1910
|
-
this.state =
|
|
1928
|
+
this.state = 430;
|
|
1911
1929
|
this.lineMarker();
|
|
1912
|
-
this.state =
|
|
1930
|
+
this.state = 432;
|
|
1913
1931
|
this.errorHandler.sync(this);
|
|
1914
1932
|
_la = this.tokenStream.LA(1);
|
|
1915
1933
|
if (_la === 3) {
|
|
1916
1934
|
{
|
|
1917
|
-
this.state =
|
|
1935
|
+
this.state = 431;
|
|
1918
1936
|
this.target();
|
|
1919
1937
|
}
|
|
1920
1938
|
}
|
|
@@ -1932,21 +1950,21 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1932
1950
|
case plurnkParser.LPAREN:
|
|
1933
1951
|
this.enterOuterAlt(localContext, 2);
|
|
1934
1952
|
{
|
|
1935
|
-
this.state =
|
|
1953
|
+
this.state = 436;
|
|
1936
1954
|
this.target();
|
|
1937
|
-
this.state =
|
|
1955
|
+
this.state = 445;
|
|
1938
1956
|
this.errorHandler.sync(this);
|
|
1939
1957
|
switch (this.tokenStream.LA(1)) {
|
|
1940
1958
|
case plurnkParser.LBRACKET:
|
|
1941
1959
|
{
|
|
1942
|
-
this.state =
|
|
1960
|
+
this.state = 437;
|
|
1943
1961
|
this.identSignal();
|
|
1944
|
-
this.state =
|
|
1962
|
+
this.state = 439;
|
|
1945
1963
|
this.errorHandler.sync(this);
|
|
1946
1964
|
_la = this.tokenStream.LA(1);
|
|
1947
1965
|
if (_la === 5) {
|
|
1948
1966
|
{
|
|
1949
|
-
this.state =
|
|
1967
|
+
this.state = 438;
|
|
1950
1968
|
this.lineMarker();
|
|
1951
1969
|
}
|
|
1952
1970
|
}
|
|
@@ -1954,14 +1972,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1954
1972
|
break;
|
|
1955
1973
|
case plurnkParser.L_MARKER:
|
|
1956
1974
|
{
|
|
1957
|
-
this.state =
|
|
1975
|
+
this.state = 441;
|
|
1958
1976
|
this.lineMarker();
|
|
1959
|
-
this.state =
|
|
1977
|
+
this.state = 443;
|
|
1960
1978
|
this.errorHandler.sync(this);
|
|
1961
1979
|
_la = this.tokenStream.LA(1);
|
|
1962
1980
|
if (_la === 1) {
|
|
1963
1981
|
{
|
|
1964
|
-
this.state =
|
|
1982
|
+
this.state = 442;
|
|
1965
1983
|
this.identSignal();
|
|
1966
1984
|
}
|
|
1967
1985
|
}
|
|
@@ -1979,21 +1997,21 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1979
1997
|
case plurnkParser.L_MARKER:
|
|
1980
1998
|
this.enterOuterAlt(localContext, 3);
|
|
1981
1999
|
{
|
|
1982
|
-
this.state =
|
|
2000
|
+
this.state = 447;
|
|
1983
2001
|
this.lineMarker();
|
|
1984
|
-
this.state =
|
|
2002
|
+
this.state = 456;
|
|
1985
2003
|
this.errorHandler.sync(this);
|
|
1986
2004
|
switch (this.tokenStream.LA(1)) {
|
|
1987
2005
|
case plurnkParser.LBRACKET:
|
|
1988
2006
|
{
|
|
1989
|
-
this.state =
|
|
2007
|
+
this.state = 448;
|
|
1990
2008
|
this.identSignal();
|
|
1991
|
-
this.state =
|
|
2009
|
+
this.state = 450;
|
|
1992
2010
|
this.errorHandler.sync(this);
|
|
1993
2011
|
_la = this.tokenStream.LA(1);
|
|
1994
2012
|
if (_la === 3) {
|
|
1995
2013
|
{
|
|
1996
|
-
this.state =
|
|
2014
|
+
this.state = 449;
|
|
1997
2015
|
this.target();
|
|
1998
2016
|
}
|
|
1999
2017
|
}
|
|
@@ -2001,14 +2019,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2001
2019
|
break;
|
|
2002
2020
|
case plurnkParser.LPAREN:
|
|
2003
2021
|
{
|
|
2004
|
-
this.state =
|
|
2022
|
+
this.state = 452;
|
|
2005
2023
|
this.target();
|
|
2006
|
-
this.state =
|
|
2024
|
+
this.state = 454;
|
|
2007
2025
|
this.errorHandler.sync(this);
|
|
2008
2026
|
_la = this.tokenStream.LA(1);
|
|
2009
2027
|
if (_la === 1) {
|
|
2010
2028
|
{
|
|
2011
|
-
this.state =
|
|
2029
|
+
this.state = 453;
|
|
2012
2030
|
this.identSignal();
|
|
2013
2031
|
}
|
|
2014
2032
|
}
|
|
@@ -2048,15 +2066,15 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2048
2066
|
try {
|
|
2049
2067
|
this.enterOuterAlt(localContext, 1);
|
|
2050
2068
|
{
|
|
2051
|
-
this.state =
|
|
2069
|
+
this.state = 460;
|
|
2052
2070
|
this.match(plurnkParser.LBRACKET);
|
|
2053
|
-
this.state =
|
|
2071
|
+
this.state = 464;
|
|
2054
2072
|
this.errorHandler.sync(this);
|
|
2055
2073
|
_la = this.tokenStream.LA(1);
|
|
2056
2074
|
while (_la === 7 || _la === 11) {
|
|
2057
2075
|
{
|
|
2058
2076
|
{
|
|
2059
|
-
this.state =
|
|
2077
|
+
this.state = 461;
|
|
2060
2078
|
_la = this.tokenStream.LA(1);
|
|
2061
2079
|
if (!(_la === 7 || _la === 11)) {
|
|
2062
2080
|
this.errorHandler.recoverInline(this);
|
|
@@ -2067,11 +2085,11 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2067
2085
|
}
|
|
2068
2086
|
}
|
|
2069
2087
|
}
|
|
2070
|
-
this.state =
|
|
2088
|
+
this.state = 466;
|
|
2071
2089
|
this.errorHandler.sync(this);
|
|
2072
2090
|
_la = this.tokenStream.LA(1);
|
|
2073
2091
|
}
|
|
2074
|
-
this.state =
|
|
2092
|
+
this.state = 467;
|
|
2075
2093
|
this.match(plurnkParser.RBRACKET);
|
|
2076
2094
|
}
|
|
2077
2095
|
}
|
|
@@ -2096,14 +2114,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2096
2114
|
try {
|
|
2097
2115
|
this.enterOuterAlt(localContext, 1);
|
|
2098
2116
|
{
|
|
2099
|
-
this.state =
|
|
2117
|
+
this.state = 469;
|
|
2100
2118
|
this.match(plurnkParser.LBRACKET);
|
|
2101
|
-
this.state =
|
|
2119
|
+
this.state = 471;
|
|
2102
2120
|
this.errorHandler.sync(this);
|
|
2103
2121
|
_la = this.tokenStream.LA(1);
|
|
2104
2122
|
if (_la === 8 || _la === 9) {
|
|
2105
2123
|
{
|
|
2106
|
-
this.state =
|
|
2124
|
+
this.state = 470;
|
|
2107
2125
|
_la = this.tokenStream.LA(1);
|
|
2108
2126
|
if (!(_la === 8 || _la === 9)) {
|
|
2109
2127
|
this.errorHandler.recoverInline(this);
|
|
@@ -2114,7 +2132,7 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2114
2132
|
}
|
|
2115
2133
|
}
|
|
2116
2134
|
}
|
|
2117
|
-
this.state =
|
|
2135
|
+
this.state = 473;
|
|
2118
2136
|
this.match(plurnkParser.RBRACKET);
|
|
2119
2137
|
}
|
|
2120
2138
|
}
|
|
@@ -2139,18 +2157,18 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2139
2157
|
try {
|
|
2140
2158
|
this.enterOuterAlt(localContext, 1);
|
|
2141
2159
|
{
|
|
2142
|
-
this.state =
|
|
2160
|
+
this.state = 475;
|
|
2143
2161
|
this.match(plurnkParser.LBRACKET);
|
|
2144
|
-
this.state =
|
|
2162
|
+
this.state = 477;
|
|
2145
2163
|
this.errorHandler.sync(this);
|
|
2146
2164
|
_la = this.tokenStream.LA(1);
|
|
2147
2165
|
if (_la === 8) {
|
|
2148
2166
|
{
|
|
2149
|
-
this.state =
|
|
2167
|
+
this.state = 476;
|
|
2150
2168
|
this.match(plurnkParser.INT);
|
|
2151
2169
|
}
|
|
2152
2170
|
}
|
|
2153
|
-
this.state =
|
|
2171
|
+
this.state = 479;
|
|
2154
2172
|
this.match(plurnkParser.RBRACKET);
|
|
2155
2173
|
}
|
|
2156
2174
|
}
|
|
@@ -2174,11 +2192,11 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2174
2192
|
try {
|
|
2175
2193
|
this.enterOuterAlt(localContext, 1);
|
|
2176
2194
|
{
|
|
2177
|
-
this.state =
|
|
2195
|
+
this.state = 481;
|
|
2178
2196
|
this.match(plurnkParser.LBRACKET);
|
|
2179
|
-
this.state =
|
|
2197
|
+
this.state = 482;
|
|
2180
2198
|
this.match(plurnkParser.DISPOSITION);
|
|
2181
|
-
this.state =
|
|
2199
|
+
this.state = 483;
|
|
2182
2200
|
this.match(plurnkParser.RBRACKET);
|
|
2183
2201
|
}
|
|
2184
2202
|
}
|
|
@@ -2203,18 +2221,18 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2203
2221
|
try {
|
|
2204
2222
|
this.enterOuterAlt(localContext, 1);
|
|
2205
2223
|
{
|
|
2206
|
-
this.state =
|
|
2224
|
+
this.state = 485;
|
|
2207
2225
|
this.match(plurnkParser.LBRACKET);
|
|
2208
|
-
this.state =
|
|
2226
|
+
this.state = 487;
|
|
2209
2227
|
this.errorHandler.sync(this);
|
|
2210
2228
|
_la = this.tokenStream.LA(1);
|
|
2211
2229
|
if (_la === 10) {
|
|
2212
2230
|
{
|
|
2213
|
-
this.state =
|
|
2231
|
+
this.state = 486;
|
|
2214
2232
|
this.match(plurnkParser.IDENT);
|
|
2215
2233
|
}
|
|
2216
2234
|
}
|
|
2217
|
-
this.state =
|
|
2235
|
+
this.state = 489;
|
|
2218
2236
|
this.match(plurnkParser.RBRACKET);
|
|
2219
2237
|
}
|
|
2220
2238
|
}
|
|
@@ -2239,18 +2257,18 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2239
2257
|
try {
|
|
2240
2258
|
this.enterOuterAlt(localContext, 1);
|
|
2241
2259
|
{
|
|
2242
|
-
this.state =
|
|
2260
|
+
this.state = 491;
|
|
2243
2261
|
this.match(plurnkParser.LPAREN);
|
|
2244
|
-
this.state =
|
|
2262
|
+
this.state = 493;
|
|
2245
2263
|
this.errorHandler.sync(this);
|
|
2246
2264
|
_la = this.tokenStream.LA(1);
|
|
2247
2265
|
if (_la === 12) {
|
|
2248
2266
|
{
|
|
2249
|
-
this.state =
|
|
2267
|
+
this.state = 492;
|
|
2250
2268
|
this.match(plurnkParser.TARGET_TEXT);
|
|
2251
2269
|
}
|
|
2252
2270
|
}
|
|
2253
|
-
this.state =
|
|
2271
|
+
this.state = 495;
|
|
2254
2272
|
this.match(plurnkParser.RPAREN);
|
|
2255
2273
|
}
|
|
2256
2274
|
}
|
|
@@ -2274,7 +2292,7 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2274
2292
|
try {
|
|
2275
2293
|
this.enterOuterAlt(localContext, 1);
|
|
2276
2294
|
{
|
|
2277
|
-
this.state =
|
|
2295
|
+
this.state = 497;
|
|
2278
2296
|
this.match(plurnkParser.L_MARKER);
|
|
2279
2297
|
}
|
|
2280
2298
|
}
|
|
@@ -2299,17 +2317,17 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2299
2317
|
try {
|
|
2300
2318
|
this.enterOuterAlt(localContext, 1);
|
|
2301
2319
|
{
|
|
2302
|
-
this.state =
|
|
2320
|
+
this.state = 500;
|
|
2303
2321
|
this.errorHandler.sync(this);
|
|
2304
2322
|
_la = this.tokenStream.LA(1);
|
|
2305
2323
|
do {
|
|
2306
2324
|
{
|
|
2307
2325
|
{
|
|
2308
|
-
this.state =
|
|
2326
|
+
this.state = 499;
|
|
2309
2327
|
this.match(plurnkParser.BODY_TEXT);
|
|
2310
2328
|
}
|
|
2311
2329
|
}
|
|
2312
|
-
this.state =
|
|
2330
|
+
this.state = 502;
|
|
2313
2331
|
this.errorHandler.sync(this);
|
|
2314
2332
|
_la = this.tokenStream.LA(1);
|
|
2315
2333
|
} while (_la === 13);
|
|
@@ -2330,7 +2348,7 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2330
2348
|
return localContext;
|
|
2331
2349
|
}
|
|
2332
2350
|
static _serializedATN = [
|
|
2333
|
-
4, 1, 39,
|
|
2351
|
+
4, 1, 39, 505, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7,
|
|
2334
2352
|
6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13,
|
|
2335
2353
|
2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20,
|
|
2336
2354
|
7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26,
|
|
@@ -2364,63 +2382,64 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2364
2382
|
8, 25, 1, 25, 1, 25, 3, 25, 375, 8, 25, 3, 25, 377, 8, 25, 1, 25, 1, 25, 1, 25, 3, 25, 382,
|
|
2365
2383
|
8, 25, 1, 25, 1, 25, 3, 25, 386, 8, 25, 3, 25, 388, 8, 25, 3, 25, 390, 8, 25, 1, 26, 1,
|
|
2366
2384
|
26, 3, 26, 394, 8, 26, 1, 26, 1, 26, 3, 26, 398, 8, 26, 3, 26, 400, 8, 26, 1, 27, 1, 27,
|
|
2367
|
-
3, 27, 404, 8, 27, 1, 27,
|
|
2368
|
-
|
|
2369
|
-
8,
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
1, 0, 0, 0,
|
|
2381
|
-
0, 0,
|
|
2382
|
-
|
|
2383
|
-
1, 0, 0, 0,
|
|
2384
|
-
0, 0,
|
|
2385
|
-
|
|
2386
|
-
1, 0, 0, 0,
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
0,
|
|
2401
|
-
0,
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
165, 3,
|
|
2413
|
-
0,
|
|
2414
|
-
3,
|
|
2415
|
-
1, 0, 0, 0, 164,
|
|
2416
|
-
1, 0, 0, 0, 164,
|
|
2417
|
-
1, 0, 0, 0,
|
|
2418
|
-
1, 0, 0, 0, 168,
|
|
2419
|
-
1, 0, 0, 0,
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2385
|
+
3, 27, 404, 8, 27, 1, 27, 3, 27, 407, 8, 27, 1, 27, 1, 27, 1, 27, 3, 27, 412, 8, 27, 3,
|
|
2386
|
+
27, 414, 8, 27, 1, 28, 1, 28, 3, 28, 418, 8, 28, 1, 28, 1, 28, 3, 28, 422, 8, 28, 3, 28,
|
|
2387
|
+
424, 8, 28, 1, 29, 1, 29, 1, 29, 3, 29, 429, 8, 29, 1, 29, 1, 29, 3, 29, 433, 8, 29, 3,
|
|
2388
|
+
29, 435, 8, 29, 1, 29, 1, 29, 1, 29, 3, 29, 440, 8, 29, 1, 29, 1, 29, 3, 29, 444, 8, 29,
|
|
2389
|
+
3, 29, 446, 8, 29, 1, 29, 1, 29, 1, 29, 3, 29, 451, 8, 29, 1, 29, 1, 29, 3, 29, 455, 8,
|
|
2390
|
+
29, 3, 29, 457, 8, 29, 3, 29, 459, 8, 29, 1, 30, 1, 30, 5, 30, 463, 8, 30, 10, 30, 12,
|
|
2391
|
+
30, 466, 9, 30, 1, 30, 1, 30, 1, 31, 1, 31, 3, 31, 472, 8, 31, 1, 31, 1, 31, 1, 32, 1, 32,
|
|
2392
|
+
3, 32, 478, 8, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 3, 34, 488, 8,
|
|
2393
|
+
34, 1, 34, 1, 34, 1, 35, 1, 35, 3, 35, 494, 8, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 37, 4,
|
|
2394
|
+
37, 501, 8, 37, 11, 37, 12, 37, 502, 1, 37, 0, 0, 38, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18,
|
|
2395
|
+
20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62,
|
|
2396
|
+
64, 66, 68, 70, 72, 74, 0, 2, 2, 0, 7, 7, 11, 11, 1, 0, 8, 9, 591, 0, 76, 1, 0, 0, 0, 2, 80,
|
|
2397
|
+
1, 0, 0, 0, 4, 86, 1, 0, 0, 0, 6, 97, 1, 0, 0, 0, 8, 118, 1, 0, 0, 0, 10, 126, 1, 0, 0, 0, 12,
|
|
2398
|
+
134, 1, 0, 0, 0, 14, 150, 1, 0, 0, 0, 16, 164, 1, 0, 0, 0, 18, 166, 1, 0, 0, 0, 20, 178,
|
|
2399
|
+
1, 0, 0, 0, 22, 190, 1, 0, 0, 0, 24, 202, 1, 0, 0, 0, 26, 214, 1, 0, 0, 0, 28, 226, 1, 0,
|
|
2400
|
+
0, 0, 30, 238, 1, 0, 0, 0, 32, 250, 1, 0, 0, 0, 34, 260, 1, 0, 0, 0, 36, 272, 1, 0, 0, 0,
|
|
2401
|
+
38, 284, 1, 0, 0, 0, 40, 296, 1, 0, 0, 0, 42, 308, 1, 0, 0, 0, 44, 320, 1, 0, 0, 0, 46, 332,
|
|
2402
|
+
1, 0, 0, 0, 48, 344, 1, 0, 0, 0, 50, 389, 1, 0, 0, 0, 52, 399, 1, 0, 0, 0, 54, 413, 1, 0,
|
|
2403
|
+
0, 0, 56, 423, 1, 0, 0, 0, 58, 458, 1, 0, 0, 0, 60, 460, 1, 0, 0, 0, 62, 469, 1, 0, 0, 0,
|
|
2404
|
+
64, 475, 1, 0, 0, 0, 66, 481, 1, 0, 0, 0, 68, 485, 1, 0, 0, 0, 70, 491, 1, 0, 0, 0, 72, 497,
|
|
2405
|
+
1, 0, 0, 0, 74, 500, 1, 0, 0, 0, 76, 77, 3, 6, 3, 0, 77, 78, 5, 0, 0, 1, 78, 1, 1, 0, 0, 0,
|
|
2406
|
+
79, 81, 3, 4, 2, 0, 80, 79, 1, 0, 0, 0, 81, 82, 1, 0, 0, 0, 82, 80, 1, 0, 0, 0, 82, 83, 1,
|
|
2407
|
+
0, 0, 0, 83, 84, 1, 0, 0, 0, 84, 85, 5, 0, 0, 1, 85, 3, 1, 0, 0, 0, 86, 88, 5, 16, 0, 0, 87,
|
|
2408
|
+
89, 3, 50, 25, 0, 88, 87, 1, 0, 0, 0, 88, 89, 1, 0, 0, 0, 89, 90, 1, 0, 0, 0, 90, 91, 5, 6,
|
|
2409
|
+
0, 0, 91, 92, 3, 6, 3, 0, 92, 93, 5, 17, 0, 0, 93, 5, 1, 0, 0, 0, 94, 96, 5, 15, 0, 0, 95,
|
|
2410
|
+
94, 1, 0, 0, 0, 96, 99, 1, 0, 0, 0, 97, 95, 1, 0, 0, 0, 97, 98, 1, 0, 0, 0, 98, 100, 1, 0,
|
|
2411
|
+
0, 0, 99, 97, 1, 0, 0, 0, 100, 105, 3, 44, 22, 0, 101, 104, 3, 16, 8, 0, 102, 104, 5, 15,
|
|
2412
|
+
0, 0, 103, 101, 1, 0, 0, 0, 103, 102, 1, 0, 0, 0, 104, 107, 1, 0, 0, 0, 105, 103, 1, 0,
|
|
2413
|
+
0, 0, 105, 106, 1, 0, 0, 0, 106, 108, 1, 0, 0, 0, 107, 105, 1, 0, 0, 0, 108, 112, 3, 32,
|
|
2414
|
+
16, 0, 109, 111, 5, 15, 0, 0, 110, 109, 1, 0, 0, 0, 111, 114, 1, 0, 0, 0, 112, 110, 1,
|
|
2415
|
+
0, 0, 0, 112, 113, 1, 0, 0, 0, 113, 7, 1, 0, 0, 0, 114, 112, 1, 0, 0, 0, 115, 117, 3, 14,
|
|
2416
|
+
7, 0, 116, 115, 1, 0, 0, 0, 117, 120, 1, 0, 0, 0, 118, 116, 1, 0, 0, 0, 118, 119, 1, 0,
|
|
2417
|
+
0, 0, 119, 121, 1, 0, 0, 0, 120, 118, 1, 0, 0, 0, 121, 122, 5, 0, 0, 1, 122, 9, 1, 0, 0,
|
|
2418
|
+
0, 123, 125, 3, 12, 6, 0, 124, 123, 1, 0, 0, 0, 125, 128, 1, 0, 0, 0, 126, 124, 1, 0, 0,
|
|
2419
|
+
0, 126, 127, 1, 0, 0, 0, 127, 129, 1, 0, 0, 0, 128, 126, 1, 0, 0, 0, 129, 130, 5, 0, 0,
|
|
2420
|
+
1, 130, 11, 1, 0, 0, 0, 131, 135, 3, 14, 7, 0, 132, 135, 3, 46, 23, 0, 133, 135, 3, 48,
|
|
2421
|
+
24, 0, 134, 131, 1, 0, 0, 0, 134, 132, 1, 0, 0, 0, 134, 133, 1, 0, 0, 0, 135, 13, 1, 0,
|
|
2422
|
+
0, 0, 136, 151, 3, 18, 9, 0, 137, 151, 3, 20, 10, 0, 138, 151, 3, 22, 11, 0, 139, 151,
|
|
2423
|
+
3, 24, 12, 0, 140, 151, 3, 26, 13, 0, 141, 151, 3, 28, 14, 0, 142, 151, 3, 30, 15, 0,
|
|
2424
|
+
143, 151, 3, 32, 16, 0, 144, 151, 3, 34, 17, 0, 145, 151, 3, 36, 18, 0, 146, 151, 3,
|
|
2425
|
+
38, 19, 0, 147, 151, 3, 40, 20, 0, 148, 151, 3, 42, 21, 0, 149, 151, 3, 44, 22, 0, 150,
|
|
2426
|
+
136, 1, 0, 0, 0, 150, 137, 1, 0, 0, 0, 150, 138, 1, 0, 0, 0, 150, 139, 1, 0, 0, 0, 150,
|
|
2427
|
+
140, 1, 0, 0, 0, 150, 141, 1, 0, 0, 0, 150, 142, 1, 0, 0, 0, 150, 143, 1, 0, 0, 0, 150,
|
|
2428
|
+
144, 1, 0, 0, 0, 150, 145, 1, 0, 0, 0, 150, 146, 1, 0, 0, 0, 150, 147, 1, 0, 0, 0, 150,
|
|
2429
|
+
148, 1, 0, 0, 0, 150, 149, 1, 0, 0, 0, 151, 15, 1, 0, 0, 0, 152, 165, 3, 18, 9, 0, 153,
|
|
2430
|
+
165, 3, 20, 10, 0, 154, 165, 3, 22, 11, 0, 155, 165, 3, 24, 12, 0, 156, 165, 3, 26, 13,
|
|
2431
|
+
0, 157, 165, 3, 28, 14, 0, 158, 165, 3, 30, 15, 0, 159, 165, 3, 34, 17, 0, 160, 165,
|
|
2432
|
+
3, 36, 18, 0, 161, 165, 3, 38, 19, 0, 162, 165, 3, 40, 20, 0, 163, 165, 3, 42, 21, 0,
|
|
2433
|
+
164, 152, 1, 0, 0, 0, 164, 153, 1, 0, 0, 0, 164, 154, 1, 0, 0, 0, 164, 155, 1, 0, 0, 0,
|
|
2434
|
+
164, 156, 1, 0, 0, 0, 164, 157, 1, 0, 0, 0, 164, 158, 1, 0, 0, 0, 164, 159, 1, 0, 0, 0,
|
|
2435
|
+
164, 160, 1, 0, 0, 0, 164, 161, 1, 0, 0, 0, 164, 162, 1, 0, 0, 0, 164, 163, 1, 0, 0, 0,
|
|
2436
|
+
165, 17, 1, 0, 0, 0, 166, 168, 5, 18, 0, 0, 167, 169, 3, 50, 25, 0, 168, 167, 1, 0, 0,
|
|
2437
|
+
0, 168, 169, 1, 0, 0, 0, 169, 171, 1, 0, 0, 0, 170, 172, 5, 6, 0, 0, 171, 170, 1, 0, 0,
|
|
2438
|
+
0, 171, 172, 1, 0, 0, 0, 172, 174, 1, 0, 0, 0, 173, 175, 3, 74, 37, 0, 174, 173, 1, 0,
|
|
2439
|
+
0, 0, 174, 175, 1, 0, 0, 0, 175, 176, 1, 0, 0, 0, 176, 177, 5, 14, 0, 0, 177, 19, 1, 0,
|
|
2440
|
+
0, 0, 178, 180, 5, 19, 0, 0, 179, 181, 3, 50, 25, 0, 180, 179, 1, 0, 0, 0, 180, 181, 1,
|
|
2441
|
+
0, 0, 0, 181, 183, 1, 0, 0, 0, 182, 184, 5, 6, 0, 0, 183, 182, 1, 0, 0, 0, 183, 184, 1,
|
|
2442
|
+
0, 0, 0, 184, 186, 1, 0, 0, 0, 185, 187, 3, 74, 37, 0, 186, 185, 1, 0, 0, 0, 186, 187,
|
|
2424
2443
|
1, 0, 0, 0, 187, 188, 1, 0, 0, 0, 188, 189, 5, 14, 0, 0, 189, 21, 1, 0, 0, 0, 190, 192,
|
|
2425
2444
|
5, 20, 0, 0, 191, 193, 3, 50, 25, 0, 192, 191, 1, 0, 0, 0, 192, 193, 1, 0, 0, 0, 193, 195,
|
|
2426
2445
|
1, 0, 0, 0, 194, 196, 5, 6, 0, 0, 195, 194, 1, 0, 0, 0, 195, 196, 1, 0, 0, 0, 196, 198,
|
|
@@ -2490,43 +2509,44 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2490
2509
|
0, 393, 394, 1, 0, 0, 0, 394, 400, 1, 0, 0, 0, 395, 397, 3, 70, 35, 0, 396, 398, 3, 62,
|
|
2491
2510
|
31, 0, 397, 396, 1, 0, 0, 0, 397, 398, 1, 0, 0, 0, 398, 400, 1, 0, 0, 0, 399, 391, 1, 0,
|
|
2492
2511
|
0, 0, 399, 395, 1, 0, 0, 0, 400, 53, 1, 0, 0, 0, 401, 403, 3, 66, 33, 0, 402, 404, 3, 70,
|
|
2493
|
-
35, 0, 403, 402, 1, 0, 0, 0, 403, 404, 1, 0, 0, 0, 404,
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
1, 0, 0, 0, 412,
|
|
2497
|
-
|
|
2498
|
-
1, 0, 0, 0, 418,
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
0, 0, 436,
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
5, 2, 0, 0,
|
|
2516
|
-
0, 0, 0,
|
|
2517
|
-
0, 0,
|
|
2518
|
-
0,
|
|
2519
|
-
0, 483,
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2512
|
+
35, 0, 403, 402, 1, 0, 0, 0, 403, 404, 1, 0, 0, 0, 404, 406, 1, 0, 0, 0, 405, 407, 3, 72,
|
|
2513
|
+
36, 0, 406, 405, 1, 0, 0, 0, 406, 407, 1, 0, 0, 0, 407, 414, 1, 0, 0, 0, 408, 409, 3, 70,
|
|
2514
|
+
35, 0, 409, 411, 3, 66, 33, 0, 410, 412, 3, 72, 36, 0, 411, 410, 1, 0, 0, 0, 411, 412,
|
|
2515
|
+
1, 0, 0, 0, 412, 414, 1, 0, 0, 0, 413, 401, 1, 0, 0, 0, 413, 408, 1, 0, 0, 0, 414, 55, 1,
|
|
2516
|
+
0, 0, 0, 415, 417, 3, 64, 32, 0, 416, 418, 3, 70, 35, 0, 417, 416, 1, 0, 0, 0, 417, 418,
|
|
2517
|
+
1, 0, 0, 0, 418, 424, 1, 0, 0, 0, 419, 421, 3, 70, 35, 0, 420, 422, 3, 64, 32, 0, 421,
|
|
2518
|
+
420, 1, 0, 0, 0, 421, 422, 1, 0, 0, 0, 422, 424, 1, 0, 0, 0, 423, 415, 1, 0, 0, 0, 423,
|
|
2519
|
+
419, 1, 0, 0, 0, 424, 57, 1, 0, 0, 0, 425, 434, 3, 68, 34, 0, 426, 428, 3, 70, 35, 0, 427,
|
|
2520
|
+
429, 3, 72, 36, 0, 428, 427, 1, 0, 0, 0, 428, 429, 1, 0, 0, 0, 429, 435, 1, 0, 0, 0, 430,
|
|
2521
|
+
432, 3, 72, 36, 0, 431, 433, 3, 70, 35, 0, 432, 431, 1, 0, 0, 0, 432, 433, 1, 0, 0, 0,
|
|
2522
|
+
433, 435, 1, 0, 0, 0, 434, 426, 1, 0, 0, 0, 434, 430, 1, 0, 0, 0, 434, 435, 1, 0, 0, 0,
|
|
2523
|
+
435, 459, 1, 0, 0, 0, 436, 445, 3, 70, 35, 0, 437, 439, 3, 68, 34, 0, 438, 440, 3, 72,
|
|
2524
|
+
36, 0, 439, 438, 1, 0, 0, 0, 439, 440, 1, 0, 0, 0, 440, 446, 1, 0, 0, 0, 441, 443, 3, 72,
|
|
2525
|
+
36, 0, 442, 444, 3, 68, 34, 0, 443, 442, 1, 0, 0, 0, 443, 444, 1, 0, 0, 0, 444, 446, 1,
|
|
2526
|
+
0, 0, 0, 445, 437, 1, 0, 0, 0, 445, 441, 1, 0, 0, 0, 445, 446, 1, 0, 0, 0, 446, 459, 1,
|
|
2527
|
+
0, 0, 0, 447, 456, 3, 72, 36, 0, 448, 450, 3, 68, 34, 0, 449, 451, 3, 70, 35, 0, 450,
|
|
2528
|
+
449, 1, 0, 0, 0, 450, 451, 1, 0, 0, 0, 451, 457, 1, 0, 0, 0, 452, 454, 3, 70, 35, 0, 453,
|
|
2529
|
+
455, 3, 68, 34, 0, 454, 453, 1, 0, 0, 0, 454, 455, 1, 0, 0, 0, 455, 457, 1, 0, 0, 0, 456,
|
|
2530
|
+
448, 1, 0, 0, 0, 456, 452, 1, 0, 0, 0, 456, 457, 1, 0, 0, 0, 457, 459, 1, 0, 0, 0, 458,
|
|
2531
|
+
425, 1, 0, 0, 0, 458, 436, 1, 0, 0, 0, 458, 447, 1, 0, 0, 0, 459, 59, 1, 0, 0, 0, 460, 464,
|
|
2532
|
+
5, 1, 0, 0, 461, 463, 7, 0, 0, 0, 462, 461, 1, 0, 0, 0, 463, 466, 1, 0, 0, 0, 464, 462,
|
|
2533
|
+
1, 0, 0, 0, 464, 465, 1, 0, 0, 0, 465, 467, 1, 0, 0, 0, 466, 464, 1, 0, 0, 0, 467, 468,
|
|
2534
|
+
5, 2, 0, 0, 468, 61, 1, 0, 0, 0, 469, 471, 5, 1, 0, 0, 470, 472, 7, 1, 0, 0, 471, 470, 1,
|
|
2535
|
+
0, 0, 0, 471, 472, 1, 0, 0, 0, 472, 473, 1, 0, 0, 0, 473, 474, 5, 2, 0, 0, 474, 63, 1, 0,
|
|
2536
|
+
0, 0, 475, 477, 5, 1, 0, 0, 476, 478, 5, 8, 0, 0, 477, 476, 1, 0, 0, 0, 477, 478, 1, 0,
|
|
2537
|
+
0, 0, 478, 479, 1, 0, 0, 0, 479, 480, 5, 2, 0, 0, 480, 65, 1, 0, 0, 0, 481, 482, 5, 1, 0,
|
|
2538
|
+
0, 482, 483, 5, 9, 0, 0, 483, 484, 5, 2, 0, 0, 484, 67, 1, 0, 0, 0, 485, 487, 5, 1, 0, 0,
|
|
2539
|
+
486, 488, 5, 10, 0, 0, 487, 486, 1, 0, 0, 0, 487, 488, 1, 0, 0, 0, 488, 489, 1, 0, 0, 0,
|
|
2540
|
+
489, 490, 5, 2, 0, 0, 490, 69, 1, 0, 0, 0, 491, 493, 5, 3, 0, 0, 492, 494, 5, 12, 0, 0,
|
|
2541
|
+
493, 492, 1, 0, 0, 0, 493, 494, 1, 0, 0, 0, 494, 495, 1, 0, 0, 0, 495, 496, 5, 4, 0, 0,
|
|
2542
|
+
496, 71, 1, 0, 0, 0, 497, 498, 5, 5, 0, 0, 498, 73, 1, 0, 0, 0, 499, 501, 5, 13, 0, 0, 500,
|
|
2543
|
+
499, 1, 0, 0, 0, 501, 502, 1, 0, 0, 0, 502, 500, 1, 0, 0, 0, 502, 503, 1, 0, 0, 0, 503,
|
|
2544
|
+
75, 1, 0, 0, 0, 94, 82, 88, 97, 103, 105, 112, 118, 126, 134, 150, 164, 168, 171, 174,
|
|
2545
|
+
180, 183, 186, 192, 195, 198, 204, 207, 210, 216, 219, 222, 228, 231, 234, 240,
|
|
2546
|
+
243, 246, 253, 256, 262, 265, 268, 274, 277, 280, 286, 289, 292, 298, 301, 304,
|
|
2547
|
+
310, 313, 316, 322, 325, 328, 334, 337, 340, 346, 349, 352, 359, 363, 365, 370,
|
|
2548
|
+
374, 376, 381, 385, 387, 389, 393, 397, 399, 403, 406, 411, 413, 417, 421, 423,
|
|
2549
|
+
428, 432, 434, 439, 443, 445, 450, 454, 456, 458, 464, 471, 477, 487, 493, 502
|
|
2530
2550
|
];
|
|
2531
2551
|
static __ATN;
|
|
2532
2552
|
static get _ATN() {
|
|
@@ -3393,6 +3413,9 @@ export class TermModifiersContext extends antlr.ParserRuleContext {
|
|
|
3393
3413
|
target() {
|
|
3394
3414
|
return this.getRuleContext(0, TargetContext);
|
|
3395
3415
|
}
|
|
3416
|
+
lineMarker() {
|
|
3417
|
+
return this.getRuleContext(0, LineMarkerContext);
|
|
3418
|
+
}
|
|
3396
3419
|
get ruleIndex() {
|
|
3397
3420
|
return plurnkParser.RULE_termModifiers;
|
|
3398
3421
|
}
|