@andrivet/z80-assembler 1.0.0 → 1.2.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/CHANGELOG.md +18 -0
- package/README.md +54 -0
- package/index.js +249 -9
- package/index.mjs +3141 -2903
- package/lib/compiler/Assets.d.ts +25 -0
- package/lib/compiler/Ast.d.ts +77 -22
- package/lib/compiler/Compiler.d.ts +30 -5
- package/lib/compiler/Formatter.d.ts +23 -1
- package/lib/compiler/Generator.d.ts +15 -15
- package/lib/compiler/Labels.d.ts +28 -2
- package/lib/grammar/LowLevel.d.ts +47 -10
- package/lib/grammar/Parse.d.ts +47 -8
- package/lib/grammar/z80.d.ts +234 -276
- package/lib/types/Error.d.ts +35 -6
- package/lib/types/Types.d.ts +16 -1
- package/package.json +10 -2
package/lib/grammar/z80.d.ts
CHANGED
|
@@ -72,7 +72,8 @@ export declare enum ASTKinds {
|
|
|
72
72
|
jj_4 = "jj_4",
|
|
73
73
|
__ = "__",
|
|
74
74
|
_ = "_",
|
|
75
|
-
|
|
75
|
+
eos = "eos",
|
|
76
|
+
eol = "eol",
|
|
76
77
|
Lines = "Lines",
|
|
77
78
|
Line_1 = "Line_1",
|
|
78
79
|
Line_2 = "Line_2",
|
|
@@ -248,76 +249,76 @@ export declare enum ASTKinds {
|
|
|
248
249
|
ArithmeticLogic8Instruction_40 = "ArithmeticLogic8Instruction_40",
|
|
249
250
|
ArithmeticLogic8Instruction_$0 = "ArithmeticLogic8Instruction_$0",
|
|
250
251
|
ArithmeticLogic8Instruction_$1 = "ArithmeticLogic8Instruction_$1",
|
|
251
|
-
ArithmeticLogic8Instruction_$
|
|
252
|
+
ArithmeticLogic8Instruction_$2_1 = "ArithmeticLogic8Instruction_$2_1",
|
|
253
|
+
ArithmeticLogic8Instruction_$2_2 = "ArithmeticLogic8Instruction_$2_2",
|
|
252
254
|
ArithmeticLogic8Instruction_$3 = "ArithmeticLogic8Instruction_$3",
|
|
253
255
|
ArithmeticLogic8Instruction_$4_1 = "ArithmeticLogic8Instruction_$4_1",
|
|
254
256
|
ArithmeticLogic8Instruction_$4_2 = "ArithmeticLogic8Instruction_$4_2",
|
|
255
257
|
ArithmeticLogic8Instruction_$5 = "ArithmeticLogic8Instruction_$5",
|
|
256
|
-
ArithmeticLogic8Instruction_$
|
|
257
|
-
ArithmeticLogic8Instruction_$6_2 = "ArithmeticLogic8Instruction_$6_2",
|
|
258
|
+
ArithmeticLogic8Instruction_$6 = "ArithmeticLogic8Instruction_$6",
|
|
258
259
|
ArithmeticLogic8Instruction_$7 = "ArithmeticLogic8Instruction_$7",
|
|
259
260
|
ArithmeticLogic8Instruction_$8 = "ArithmeticLogic8Instruction_$8",
|
|
260
|
-
ArithmeticLogic8Instruction_$
|
|
261
|
+
ArithmeticLogic8Instruction_$9_1 = "ArithmeticLogic8Instruction_$9_1",
|
|
262
|
+
ArithmeticLogic8Instruction_$9_2 = "ArithmeticLogic8Instruction_$9_2",
|
|
261
263
|
ArithmeticLogic8Instruction_$10 = "ArithmeticLogic8Instruction_$10",
|
|
262
264
|
ArithmeticLogic8Instruction_$11_1 = "ArithmeticLogic8Instruction_$11_1",
|
|
263
265
|
ArithmeticLogic8Instruction_$11_2 = "ArithmeticLogic8Instruction_$11_2",
|
|
264
266
|
ArithmeticLogic8Instruction_$12 = "ArithmeticLogic8Instruction_$12",
|
|
265
|
-
ArithmeticLogic8Instruction_$
|
|
266
|
-
ArithmeticLogic8Instruction_$13_2 = "ArithmeticLogic8Instruction_$13_2",
|
|
267
|
+
ArithmeticLogic8Instruction_$13 = "ArithmeticLogic8Instruction_$13",
|
|
267
268
|
ArithmeticLogic8Instruction_$14 = "ArithmeticLogic8Instruction_$14",
|
|
268
269
|
ArithmeticLogic8Instruction_$15 = "ArithmeticLogic8Instruction_$15",
|
|
269
|
-
ArithmeticLogic8Instruction_$
|
|
270
|
+
ArithmeticLogic8Instruction_$16_1 = "ArithmeticLogic8Instruction_$16_1",
|
|
271
|
+
ArithmeticLogic8Instruction_$16_2 = "ArithmeticLogic8Instruction_$16_2",
|
|
270
272
|
ArithmeticLogic8Instruction_$17 = "ArithmeticLogic8Instruction_$17",
|
|
271
273
|
ArithmeticLogic8Instruction_$18_1 = "ArithmeticLogic8Instruction_$18_1",
|
|
272
274
|
ArithmeticLogic8Instruction_$18_2 = "ArithmeticLogic8Instruction_$18_2",
|
|
273
275
|
ArithmeticLogic8Instruction_$19 = "ArithmeticLogic8Instruction_$19",
|
|
274
|
-
ArithmeticLogic8Instruction_$
|
|
275
|
-
ArithmeticLogic8Instruction_$20_2 = "ArithmeticLogic8Instruction_$20_2",
|
|
276
|
+
ArithmeticLogic8Instruction_$20 = "ArithmeticLogic8Instruction_$20",
|
|
276
277
|
ArithmeticLogic8Instruction_$21 = "ArithmeticLogic8Instruction_$21",
|
|
277
278
|
ArithmeticLogic8Instruction_$22 = "ArithmeticLogic8Instruction_$22",
|
|
278
|
-
ArithmeticLogic8Instruction_$
|
|
279
|
+
ArithmeticLogic8Instruction_$23_1 = "ArithmeticLogic8Instruction_$23_1",
|
|
280
|
+
ArithmeticLogic8Instruction_$23_2 = "ArithmeticLogic8Instruction_$23_2",
|
|
279
281
|
ArithmeticLogic8Instruction_$24 = "ArithmeticLogic8Instruction_$24",
|
|
280
282
|
ArithmeticLogic8Instruction_$25_1 = "ArithmeticLogic8Instruction_$25_1",
|
|
281
283
|
ArithmeticLogic8Instruction_$25_2 = "ArithmeticLogic8Instruction_$25_2",
|
|
282
284
|
ArithmeticLogic8Instruction_$26 = "ArithmeticLogic8Instruction_$26",
|
|
283
|
-
ArithmeticLogic8Instruction_$
|
|
284
|
-
ArithmeticLogic8Instruction_$27_2 = "ArithmeticLogic8Instruction_$27_2",
|
|
285
|
+
ArithmeticLogic8Instruction_$27 = "ArithmeticLogic8Instruction_$27",
|
|
285
286
|
ArithmeticLogic8Instruction_$28 = "ArithmeticLogic8Instruction_$28",
|
|
286
287
|
ArithmeticLogic8Instruction_$29 = "ArithmeticLogic8Instruction_$29",
|
|
287
|
-
ArithmeticLogic8Instruction_$
|
|
288
|
+
ArithmeticLogic8Instruction_$30_1 = "ArithmeticLogic8Instruction_$30_1",
|
|
289
|
+
ArithmeticLogic8Instruction_$30_2 = "ArithmeticLogic8Instruction_$30_2",
|
|
288
290
|
ArithmeticLogic8Instruction_$31 = "ArithmeticLogic8Instruction_$31",
|
|
289
291
|
ArithmeticLogic8Instruction_$32_1 = "ArithmeticLogic8Instruction_$32_1",
|
|
290
292
|
ArithmeticLogic8Instruction_$32_2 = "ArithmeticLogic8Instruction_$32_2",
|
|
291
293
|
ArithmeticLogic8Instruction_$33 = "ArithmeticLogic8Instruction_$33",
|
|
292
|
-
ArithmeticLogic8Instruction_$
|
|
293
|
-
ArithmeticLogic8Instruction_$34_2 = "ArithmeticLogic8Instruction_$34_2",
|
|
294
|
+
ArithmeticLogic8Instruction_$34 = "ArithmeticLogic8Instruction_$34",
|
|
294
295
|
ArithmeticLogic8Instruction_$35 = "ArithmeticLogic8Instruction_$35",
|
|
295
296
|
ArithmeticLogic8Instruction_$36 = "ArithmeticLogic8Instruction_$36",
|
|
296
|
-
ArithmeticLogic8Instruction_$
|
|
297
|
+
ArithmeticLogic8Instruction_$37_1 = "ArithmeticLogic8Instruction_$37_1",
|
|
298
|
+
ArithmeticLogic8Instruction_$37_2 = "ArithmeticLogic8Instruction_$37_2",
|
|
297
299
|
ArithmeticLogic8Instruction_$38 = "ArithmeticLogic8Instruction_$38",
|
|
298
300
|
ArithmeticLogic8Instruction_$39_1 = "ArithmeticLogic8Instruction_$39_1",
|
|
299
301
|
ArithmeticLogic8Instruction_$39_2 = "ArithmeticLogic8Instruction_$39_2",
|
|
300
302
|
ArithmeticLogic8Instruction_$40 = "ArithmeticLogic8Instruction_$40",
|
|
301
|
-
ArithmeticLogic8Instruction_$
|
|
302
|
-
ArithmeticLogic8Instruction_$41_2 = "ArithmeticLogic8Instruction_$41_2",
|
|
303
|
+
ArithmeticLogic8Instruction_$41 = "ArithmeticLogic8Instruction_$41",
|
|
303
304
|
ArithmeticLogic8Instruction_$42 = "ArithmeticLogic8Instruction_$42",
|
|
304
305
|
ArithmeticLogic8Instruction_$43 = "ArithmeticLogic8Instruction_$43",
|
|
305
|
-
ArithmeticLogic8Instruction_$
|
|
306
|
+
ArithmeticLogic8Instruction_$44_1 = "ArithmeticLogic8Instruction_$44_1",
|
|
307
|
+
ArithmeticLogic8Instruction_$44_2 = "ArithmeticLogic8Instruction_$44_2",
|
|
306
308
|
ArithmeticLogic8Instruction_$45 = "ArithmeticLogic8Instruction_$45",
|
|
307
309
|
ArithmeticLogic8Instruction_$46_1 = "ArithmeticLogic8Instruction_$46_1",
|
|
308
310
|
ArithmeticLogic8Instruction_$46_2 = "ArithmeticLogic8Instruction_$46_2",
|
|
309
311
|
ArithmeticLogic8Instruction_$47 = "ArithmeticLogic8Instruction_$47",
|
|
310
|
-
ArithmeticLogic8Instruction_$
|
|
311
|
-
ArithmeticLogic8Instruction_$48_2 = "ArithmeticLogic8Instruction_$48_2",
|
|
312
|
+
ArithmeticLogic8Instruction_$48 = "ArithmeticLogic8Instruction_$48",
|
|
312
313
|
ArithmeticLogic8Instruction_$49 = "ArithmeticLogic8Instruction_$49",
|
|
313
314
|
ArithmeticLogic8Instruction_$50 = "ArithmeticLogic8Instruction_$50",
|
|
314
|
-
ArithmeticLogic8Instruction_$
|
|
315
|
+
ArithmeticLogic8Instruction_$51_1 = "ArithmeticLogic8Instruction_$51_1",
|
|
316
|
+
ArithmeticLogic8Instruction_$51_2 = "ArithmeticLogic8Instruction_$51_2",
|
|
315
317
|
ArithmeticLogic8Instruction_$52 = "ArithmeticLogic8Instruction_$52",
|
|
316
318
|
ArithmeticLogic8Instruction_$53_1 = "ArithmeticLogic8Instruction_$53_1",
|
|
317
319
|
ArithmeticLogic8Instruction_$53_2 = "ArithmeticLogic8Instruction_$53_2",
|
|
318
320
|
ArithmeticLogic8Instruction_$54 = "ArithmeticLogic8Instruction_$54",
|
|
319
|
-
ArithmeticLogic8Instruction_$
|
|
320
|
-
ArithmeticLogic8Instruction_$55_2 = "ArithmeticLogic8Instruction_$55_2",
|
|
321
|
+
ArithmeticLogic8Instruction_$55 = "ArithmeticLogic8Instruction_$55",
|
|
321
322
|
IncrementDecrement8Instruction_1 = "IncrementDecrement8Instruction_1",
|
|
322
323
|
IncrementDecrement8Instruction_2 = "IncrementDecrement8Instruction_2",
|
|
323
324
|
IncrementDecrement8Instruction_3 = "IncrementDecrement8Instruction_3",
|
|
@@ -487,7 +488,6 @@ export declare enum ASTKinds {
|
|
|
487
488
|
ByteValue_1 = "ByteValue_1",
|
|
488
489
|
ByteValue_2 = "ByteValue_2",
|
|
489
490
|
ByteValue_3 = "ByteValue_3",
|
|
490
|
-
ByteValue_4 = "ByteValue_4",
|
|
491
491
|
WordValue = "WordValue",
|
|
492
492
|
DataDirective_1 = "DataDirective_1",
|
|
493
493
|
DataDirective_2 = "DataDirective_2",
|
|
@@ -501,16 +501,6 @@ export declare enum ASTKinds {
|
|
|
501
501
|
SimpleEscapeSequence = "SimpleEscapeSequence",
|
|
502
502
|
SimpleEscapeSequence_$0_1 = "SimpleEscapeSequence_$0_1",
|
|
503
503
|
SimpleEscapeSequence_$0_2 = "SimpleEscapeSequence_$0_2",
|
|
504
|
-
SimpleEscapeSequence_$0_3 = "SimpleEscapeSequence_$0_3",
|
|
505
|
-
SimpleEscapeSequence_$0_4 = "SimpleEscapeSequence_$0_4",
|
|
506
|
-
SimpleEscapeSequence_$0_5 = "SimpleEscapeSequence_$0_5",
|
|
507
|
-
SimpleEscapeSequence_$0_6 = "SimpleEscapeSequence_$0_6",
|
|
508
|
-
SimpleEscapeSequence_$0_7 = "SimpleEscapeSequence_$0_7",
|
|
509
|
-
SimpleEscapeSequence_$0_8 = "SimpleEscapeSequence_$0_8",
|
|
510
|
-
SimpleEscapeSequence_$0_9 = "SimpleEscapeSequence_$0_9",
|
|
511
|
-
SimpleEscapeSequence_$0_10 = "SimpleEscapeSequence_$0_10",
|
|
512
|
-
SimpleEscapeSequence_$0_11 = "SimpleEscapeSequence_$0_11",
|
|
513
|
-
SimpleEscapeSequence_$0_12 = "SimpleEscapeSequence_$0_12",
|
|
514
504
|
OctalEscapeSequence = "OctalEscapeSequence",
|
|
515
505
|
HexadecimalEscapeSequence = "HexadecimalEscapeSequence",
|
|
516
506
|
SimpleChar = "SimpleChar",
|
|
@@ -521,7 +511,6 @@ export declare enum ASTKinds {
|
|
|
521
511
|
Str = "Str",
|
|
522
512
|
Str_$0_1 = "Str_$0_1",
|
|
523
513
|
Str_$0_2 = "Str_$0_2",
|
|
524
|
-
ZX81Str = "ZX81Str",
|
|
525
514
|
Comment = "Comment",
|
|
526
515
|
OriginDirective = "OriginDirective",
|
|
527
516
|
Filename_1 = "Filename_1",
|
|
@@ -688,7 +677,8 @@ export type jj_3 = string;
|
|
|
688
677
|
export type jj_4 = string;
|
|
689
678
|
export type __ = string;
|
|
690
679
|
export type _ = string;
|
|
691
|
-
export type
|
|
680
|
+
export type eos = string;
|
|
681
|
+
export type eol = string;
|
|
692
682
|
export type Lines = Line[];
|
|
693
683
|
export type Line = Line_1 | Line_2;
|
|
694
684
|
export type Line_1 = LineEqual;
|
|
@@ -709,7 +699,7 @@ export type Statement = Statement_1 | Statement_2 | Statement_3;
|
|
|
709
699
|
export declare class Statement_1 {
|
|
710
700
|
kind: ASTKinds.Statement_1;
|
|
711
701
|
inc: IncludeDirective;
|
|
712
|
-
|
|
702
|
+
info: LinesInfo;
|
|
713
703
|
constructor(inc: IncludeDirective);
|
|
714
704
|
}
|
|
715
705
|
export declare class Statement_2 {
|
|
@@ -785,10 +775,10 @@ export declare class Expression {
|
|
|
785
775
|
}
|
|
786
776
|
export declare class BitwiseOrExpression {
|
|
787
777
|
kind: ASTKinds.BitwiseOrExpression;
|
|
788
|
-
left: BitwiseOrExpression_$0
|
|
778
|
+
left: Nullable<BitwiseOrExpression_$0>;
|
|
789
779
|
right: BitwiseXOrExpression;
|
|
790
780
|
eval: EvalFunc;
|
|
791
|
-
constructor(left: BitwiseOrExpression_$0
|
|
781
|
+
constructor(left: Nullable<BitwiseOrExpression_$0>, right: BitwiseXOrExpression);
|
|
792
782
|
}
|
|
793
783
|
export interface BitwiseOrExpression_$0 {
|
|
794
784
|
kind: ASTKinds.BitwiseOrExpression_$0;
|
|
@@ -796,10 +786,10 @@ export interface BitwiseOrExpression_$0 {
|
|
|
796
786
|
}
|
|
797
787
|
export declare class BitwiseXOrExpression {
|
|
798
788
|
kind: ASTKinds.BitwiseXOrExpression;
|
|
799
|
-
left: BitwiseXOrExpression_$0
|
|
789
|
+
left: Nullable<BitwiseXOrExpression_$0>;
|
|
800
790
|
right: BitwiseAndExpression;
|
|
801
791
|
eval: EvalFunc;
|
|
802
|
-
constructor(left: BitwiseXOrExpression_$0
|
|
792
|
+
constructor(left: Nullable<BitwiseXOrExpression_$0>, right: BitwiseAndExpression);
|
|
803
793
|
}
|
|
804
794
|
export interface BitwiseXOrExpression_$0 {
|
|
805
795
|
kind: ASTKinds.BitwiseXOrExpression_$0;
|
|
@@ -807,10 +797,10 @@ export interface BitwiseXOrExpression_$0 {
|
|
|
807
797
|
}
|
|
808
798
|
export declare class BitwiseAndExpression {
|
|
809
799
|
kind: ASTKinds.BitwiseAndExpression;
|
|
810
|
-
left: BitwiseAndExpression_$0
|
|
800
|
+
left: Nullable<BitwiseAndExpression_$0>;
|
|
811
801
|
right: ShiftExpression;
|
|
812
802
|
eval: EvalFunc;
|
|
813
|
-
constructor(left: BitwiseAndExpression_$0
|
|
803
|
+
constructor(left: Nullable<BitwiseAndExpression_$0>, right: ShiftExpression);
|
|
814
804
|
}
|
|
815
805
|
export interface BitwiseAndExpression_$0 {
|
|
816
806
|
kind: ASTKinds.BitwiseAndExpression_$0;
|
|
@@ -818,10 +808,10 @@ export interface BitwiseAndExpression_$0 {
|
|
|
818
808
|
}
|
|
819
809
|
export declare class ShiftExpression {
|
|
820
810
|
kind: ASTKinds.ShiftExpression;
|
|
821
|
-
left: ShiftExpression_$0
|
|
811
|
+
left: Nullable<ShiftExpression_$0>;
|
|
822
812
|
right: AdditiveExpression;
|
|
823
813
|
eval: EvalFunc;
|
|
824
|
-
constructor(left: ShiftExpression_$0
|
|
814
|
+
constructor(left: Nullable<ShiftExpression_$0>, right: AdditiveExpression);
|
|
825
815
|
}
|
|
826
816
|
export interface ShiftExpression_$0 {
|
|
827
817
|
kind: ASTKinds.ShiftExpression_$0;
|
|
@@ -833,10 +823,10 @@ export type ShiftExpression_$0_$0_1 = string;
|
|
|
833
823
|
export type ShiftExpression_$0_$0_2 = string;
|
|
834
824
|
export declare class AdditiveExpression {
|
|
835
825
|
kind: ASTKinds.AdditiveExpression;
|
|
836
|
-
left: AdditiveExpression_$0
|
|
826
|
+
left: Nullable<AdditiveExpression_$0>;
|
|
837
827
|
right: MultiplicativeExpression;
|
|
838
828
|
eval: EvalFunc;
|
|
839
|
-
constructor(left: AdditiveExpression_$0
|
|
829
|
+
constructor(left: Nullable<AdditiveExpression_$0>, right: MultiplicativeExpression);
|
|
840
830
|
}
|
|
841
831
|
export interface AdditiveExpression_$0 {
|
|
842
832
|
kind: ASTKinds.AdditiveExpression_$0;
|
|
@@ -848,10 +838,10 @@ export type AdditiveExpression_$0_$0_1 = string;
|
|
|
848
838
|
export type AdditiveExpression_$0_$0_2 = string;
|
|
849
839
|
export declare class MultiplicativeExpression {
|
|
850
840
|
kind: ASTKinds.MultiplicativeExpression;
|
|
851
|
-
left: MultiplicativeExpression_$0
|
|
841
|
+
left: Nullable<MultiplicativeExpression_$0>;
|
|
852
842
|
right: UnaryExpression;
|
|
853
843
|
eval: EvalFunc;
|
|
854
|
-
constructor(left: MultiplicativeExpression_$0
|
|
844
|
+
constructor(left: Nullable<MultiplicativeExpression_$0>, right: UnaryExpression);
|
|
855
845
|
}
|
|
856
846
|
export interface MultiplicativeExpression_$0 {
|
|
857
847
|
kind: ASTKinds.MultiplicativeExpression_$0;
|
|
@@ -1108,11 +1098,10 @@ export declare class Load16Instruction_3 {
|
|
|
1108
1098
|
}
|
|
1109
1099
|
export declare class Load16Instruction_4 {
|
|
1110
1100
|
kind: ASTKinds.Load16Instruction_4;
|
|
1111
|
-
dd: dd;
|
|
1112
1101
|
pos: PosInfo;
|
|
1113
1102
|
ee: Expression;
|
|
1114
1103
|
elements: AstElements;
|
|
1115
|
-
constructor(
|
|
1104
|
+
constructor(pos: PosInfo, ee: Expression);
|
|
1116
1105
|
}
|
|
1117
1106
|
export declare class Load16Instruction_5 {
|
|
1118
1107
|
kind: ASTKinds.Load16Instruction_5;
|
|
@@ -1123,10 +1112,11 @@ export declare class Load16Instruction_5 {
|
|
|
1123
1112
|
}
|
|
1124
1113
|
export declare class Load16Instruction_6 {
|
|
1125
1114
|
kind: ASTKinds.Load16Instruction_6;
|
|
1115
|
+
dd: dd;
|
|
1126
1116
|
pos: PosInfo;
|
|
1127
1117
|
ee: Expression;
|
|
1128
1118
|
elements: AstElements;
|
|
1129
|
-
constructor(pos: PosInfo, ee: Expression);
|
|
1119
|
+
constructor(dd: dd, pos: PosInfo, ee: Expression);
|
|
1130
1120
|
}
|
|
1131
1121
|
export declare class Load16Instruction_7 {
|
|
1132
1122
|
kind: ASTKinds.Load16Instruction_7;
|
|
@@ -1287,275 +1277,275 @@ export declare class BlockInstruction_8 {
|
|
|
1287
1277
|
export type ArithmeticLogic8Instruction = ArithmeticLogic8Instruction_1 | ArithmeticLogic8Instruction_2 | ArithmeticLogic8Instruction_3 | ArithmeticLogic8Instruction_4 | ArithmeticLogic8Instruction_5 | ArithmeticLogic8Instruction_6 | ArithmeticLogic8Instruction_7 | ArithmeticLogic8Instruction_8 | ArithmeticLogic8Instruction_9 | ArithmeticLogic8Instruction_10 | ArithmeticLogic8Instruction_11 | ArithmeticLogic8Instruction_12 | ArithmeticLogic8Instruction_13 | ArithmeticLogic8Instruction_14 | ArithmeticLogic8Instruction_15 | ArithmeticLogic8Instruction_16 | ArithmeticLogic8Instruction_17 | ArithmeticLogic8Instruction_18 | ArithmeticLogic8Instruction_19 | ArithmeticLogic8Instruction_20 | ArithmeticLogic8Instruction_21 | ArithmeticLogic8Instruction_22 | ArithmeticLogic8Instruction_23 | ArithmeticLogic8Instruction_24 | ArithmeticLogic8Instruction_25 | ArithmeticLogic8Instruction_26 | ArithmeticLogic8Instruction_27 | ArithmeticLogic8Instruction_28 | ArithmeticLogic8Instruction_29 | ArithmeticLogic8Instruction_30 | ArithmeticLogic8Instruction_31 | ArithmeticLogic8Instruction_32 | ArithmeticLogic8Instruction_33 | ArithmeticLogic8Instruction_34 | ArithmeticLogic8Instruction_35 | ArithmeticLogic8Instruction_36 | ArithmeticLogic8Instruction_37 | ArithmeticLogic8Instruction_38 | ArithmeticLogic8Instruction_39 | ArithmeticLogic8Instruction_40;
|
|
1288
1278
|
export declare class ArithmeticLogic8Instruction_1 {
|
|
1289
1279
|
kind: ASTKinds.ArithmeticLogic8Instruction_1;
|
|
1290
|
-
r: r;
|
|
1291
1280
|
elements: AstElements;
|
|
1292
|
-
constructor(
|
|
1281
|
+
constructor();
|
|
1293
1282
|
}
|
|
1294
1283
|
export declare class ArithmeticLogic8Instruction_2 {
|
|
1295
1284
|
kind: ASTKinds.ArithmeticLogic8Instruction_2;
|
|
1285
|
+
s: ArithmeticLogic8Instruction_$2;
|
|
1296
1286
|
pos: PosInfo;
|
|
1297
|
-
|
|
1287
|
+
d: Expression;
|
|
1298
1288
|
elements: AstElements;
|
|
1299
|
-
constructor(pos: PosInfo,
|
|
1289
|
+
constructor(s: ArithmeticLogic8Instruction_$2, pos: PosInfo, d: Expression);
|
|
1300
1290
|
}
|
|
1301
1291
|
export declare class ArithmeticLogic8Instruction_3 {
|
|
1302
1292
|
kind: ASTKinds.ArithmeticLogic8Instruction_3;
|
|
1303
|
-
elements: AstElements;
|
|
1304
|
-
constructor();
|
|
1305
|
-
}
|
|
1306
|
-
export declare class ArithmeticLogic8Instruction_4 {
|
|
1307
|
-
kind: ASTKinds.ArithmeticLogic8Instruction_4;
|
|
1308
1293
|
s: ArithmeticLogic8Instruction_$4;
|
|
1309
1294
|
pos: PosInfo;
|
|
1310
1295
|
d: Expression;
|
|
1311
1296
|
elements: AstElements;
|
|
1312
1297
|
constructor(s: ArithmeticLogic8Instruction_$4, pos: PosInfo, d: Expression);
|
|
1313
1298
|
}
|
|
1299
|
+
export declare class ArithmeticLogic8Instruction_4 {
|
|
1300
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_4;
|
|
1301
|
+
r: r;
|
|
1302
|
+
elements: AstElements;
|
|
1303
|
+
constructor(r: r);
|
|
1304
|
+
}
|
|
1314
1305
|
export declare class ArithmeticLogic8Instruction_5 {
|
|
1315
1306
|
kind: ASTKinds.ArithmeticLogic8Instruction_5;
|
|
1316
|
-
s: ArithmeticLogic8Instruction_$6;
|
|
1317
1307
|
pos: PosInfo;
|
|
1318
|
-
|
|
1308
|
+
n: Expression;
|
|
1319
1309
|
elements: AstElements;
|
|
1320
|
-
constructor(
|
|
1310
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1321
1311
|
}
|
|
1322
1312
|
export declare class ArithmeticLogic8Instruction_6 {
|
|
1323
1313
|
kind: ASTKinds.ArithmeticLogic8Instruction_6;
|
|
1324
|
-
r: r;
|
|
1325
1314
|
elements: AstElements;
|
|
1326
|
-
constructor(
|
|
1315
|
+
constructor();
|
|
1327
1316
|
}
|
|
1328
1317
|
export declare class ArithmeticLogic8Instruction_7 {
|
|
1329
1318
|
kind: ASTKinds.ArithmeticLogic8Instruction_7;
|
|
1319
|
+
s: ArithmeticLogic8Instruction_$9;
|
|
1330
1320
|
pos: PosInfo;
|
|
1331
|
-
|
|
1321
|
+
d: Expression;
|
|
1332
1322
|
elements: AstElements;
|
|
1333
|
-
constructor(pos: PosInfo,
|
|
1323
|
+
constructor(s: ArithmeticLogic8Instruction_$9, pos: PosInfo, d: Expression);
|
|
1334
1324
|
}
|
|
1335
1325
|
export declare class ArithmeticLogic8Instruction_8 {
|
|
1336
1326
|
kind: ASTKinds.ArithmeticLogic8Instruction_8;
|
|
1337
|
-
elements: AstElements;
|
|
1338
|
-
constructor();
|
|
1339
|
-
}
|
|
1340
|
-
export declare class ArithmeticLogic8Instruction_9 {
|
|
1341
|
-
kind: ASTKinds.ArithmeticLogic8Instruction_9;
|
|
1342
1327
|
s: ArithmeticLogic8Instruction_$11;
|
|
1343
1328
|
pos: PosInfo;
|
|
1344
1329
|
d: Expression;
|
|
1345
1330
|
elements: AstElements;
|
|
1346
1331
|
constructor(s: ArithmeticLogic8Instruction_$11, pos: PosInfo, d: Expression);
|
|
1347
1332
|
}
|
|
1333
|
+
export declare class ArithmeticLogic8Instruction_9 {
|
|
1334
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_9;
|
|
1335
|
+
r: r;
|
|
1336
|
+
elements: AstElements;
|
|
1337
|
+
constructor(r: r);
|
|
1338
|
+
}
|
|
1348
1339
|
export declare class ArithmeticLogic8Instruction_10 {
|
|
1349
1340
|
kind: ASTKinds.ArithmeticLogic8Instruction_10;
|
|
1350
|
-
s: ArithmeticLogic8Instruction_$13;
|
|
1351
1341
|
pos: PosInfo;
|
|
1352
|
-
|
|
1342
|
+
n: Expression;
|
|
1353
1343
|
elements: AstElements;
|
|
1354
|
-
constructor(
|
|
1344
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1355
1345
|
}
|
|
1356
1346
|
export declare class ArithmeticLogic8Instruction_11 {
|
|
1357
1347
|
kind: ASTKinds.ArithmeticLogic8Instruction_11;
|
|
1358
|
-
r: r;
|
|
1359
1348
|
elements: AstElements;
|
|
1360
|
-
constructor(
|
|
1349
|
+
constructor();
|
|
1361
1350
|
}
|
|
1362
1351
|
export declare class ArithmeticLogic8Instruction_12 {
|
|
1363
1352
|
kind: ASTKinds.ArithmeticLogic8Instruction_12;
|
|
1353
|
+
s: ArithmeticLogic8Instruction_$16;
|
|
1364
1354
|
pos: PosInfo;
|
|
1365
|
-
|
|
1355
|
+
d: Expression;
|
|
1366
1356
|
elements: AstElements;
|
|
1367
|
-
constructor(pos: PosInfo,
|
|
1357
|
+
constructor(s: ArithmeticLogic8Instruction_$16, pos: PosInfo, d: Expression);
|
|
1368
1358
|
}
|
|
1369
1359
|
export declare class ArithmeticLogic8Instruction_13 {
|
|
1370
1360
|
kind: ASTKinds.ArithmeticLogic8Instruction_13;
|
|
1371
|
-
elements: AstElements;
|
|
1372
|
-
constructor();
|
|
1373
|
-
}
|
|
1374
|
-
export declare class ArithmeticLogic8Instruction_14 {
|
|
1375
|
-
kind: ASTKinds.ArithmeticLogic8Instruction_14;
|
|
1376
1361
|
s: ArithmeticLogic8Instruction_$18;
|
|
1377
1362
|
pos: PosInfo;
|
|
1378
1363
|
d: Expression;
|
|
1379
1364
|
elements: AstElements;
|
|
1380
1365
|
constructor(s: ArithmeticLogic8Instruction_$18, pos: PosInfo, d: Expression);
|
|
1381
1366
|
}
|
|
1367
|
+
export declare class ArithmeticLogic8Instruction_14 {
|
|
1368
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_14;
|
|
1369
|
+
r: r;
|
|
1370
|
+
elements: AstElements;
|
|
1371
|
+
constructor(r: r);
|
|
1372
|
+
}
|
|
1382
1373
|
export declare class ArithmeticLogic8Instruction_15 {
|
|
1383
1374
|
kind: ASTKinds.ArithmeticLogic8Instruction_15;
|
|
1384
|
-
s: ArithmeticLogic8Instruction_$20;
|
|
1385
1375
|
pos: PosInfo;
|
|
1386
|
-
|
|
1376
|
+
n: Expression;
|
|
1387
1377
|
elements: AstElements;
|
|
1388
|
-
constructor(
|
|
1378
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1389
1379
|
}
|
|
1390
1380
|
export declare class ArithmeticLogic8Instruction_16 {
|
|
1391
1381
|
kind: ASTKinds.ArithmeticLogic8Instruction_16;
|
|
1392
|
-
r: r;
|
|
1393
1382
|
elements: AstElements;
|
|
1394
|
-
constructor(
|
|
1383
|
+
constructor();
|
|
1395
1384
|
}
|
|
1396
1385
|
export declare class ArithmeticLogic8Instruction_17 {
|
|
1397
1386
|
kind: ASTKinds.ArithmeticLogic8Instruction_17;
|
|
1387
|
+
s: ArithmeticLogic8Instruction_$23;
|
|
1398
1388
|
pos: PosInfo;
|
|
1399
|
-
|
|
1389
|
+
d: Expression;
|
|
1400
1390
|
elements: AstElements;
|
|
1401
|
-
constructor(pos: PosInfo,
|
|
1391
|
+
constructor(s: ArithmeticLogic8Instruction_$23, pos: PosInfo, d: Expression);
|
|
1402
1392
|
}
|
|
1403
1393
|
export declare class ArithmeticLogic8Instruction_18 {
|
|
1404
1394
|
kind: ASTKinds.ArithmeticLogic8Instruction_18;
|
|
1405
|
-
elements: AstElements;
|
|
1406
|
-
constructor();
|
|
1407
|
-
}
|
|
1408
|
-
export declare class ArithmeticLogic8Instruction_19 {
|
|
1409
|
-
kind: ASTKinds.ArithmeticLogic8Instruction_19;
|
|
1410
1395
|
s: ArithmeticLogic8Instruction_$25;
|
|
1411
1396
|
pos: PosInfo;
|
|
1412
1397
|
d: Expression;
|
|
1413
1398
|
elements: AstElements;
|
|
1414
1399
|
constructor(s: ArithmeticLogic8Instruction_$25, pos: PosInfo, d: Expression);
|
|
1415
1400
|
}
|
|
1401
|
+
export declare class ArithmeticLogic8Instruction_19 {
|
|
1402
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_19;
|
|
1403
|
+
r: r;
|
|
1404
|
+
elements: AstElements;
|
|
1405
|
+
constructor(r: r);
|
|
1406
|
+
}
|
|
1416
1407
|
export declare class ArithmeticLogic8Instruction_20 {
|
|
1417
1408
|
kind: ASTKinds.ArithmeticLogic8Instruction_20;
|
|
1418
|
-
s: ArithmeticLogic8Instruction_$27;
|
|
1419
1409
|
pos: PosInfo;
|
|
1420
|
-
|
|
1410
|
+
n: Expression;
|
|
1421
1411
|
elements: AstElements;
|
|
1422
|
-
constructor(
|
|
1412
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1423
1413
|
}
|
|
1424
1414
|
export declare class ArithmeticLogic8Instruction_21 {
|
|
1425
1415
|
kind: ASTKinds.ArithmeticLogic8Instruction_21;
|
|
1426
|
-
r: r;
|
|
1427
1416
|
elements: AstElements;
|
|
1428
|
-
constructor(
|
|
1417
|
+
constructor();
|
|
1429
1418
|
}
|
|
1430
1419
|
export declare class ArithmeticLogic8Instruction_22 {
|
|
1431
1420
|
kind: ASTKinds.ArithmeticLogic8Instruction_22;
|
|
1421
|
+
s: ArithmeticLogic8Instruction_$30;
|
|
1432
1422
|
pos: PosInfo;
|
|
1433
|
-
|
|
1423
|
+
d: Expression;
|
|
1434
1424
|
elements: AstElements;
|
|
1435
|
-
constructor(pos: PosInfo,
|
|
1425
|
+
constructor(s: ArithmeticLogic8Instruction_$30, pos: PosInfo, d: Expression);
|
|
1436
1426
|
}
|
|
1437
1427
|
export declare class ArithmeticLogic8Instruction_23 {
|
|
1438
1428
|
kind: ASTKinds.ArithmeticLogic8Instruction_23;
|
|
1439
|
-
elements: AstElements;
|
|
1440
|
-
constructor();
|
|
1441
|
-
}
|
|
1442
|
-
export declare class ArithmeticLogic8Instruction_24 {
|
|
1443
|
-
kind: ASTKinds.ArithmeticLogic8Instruction_24;
|
|
1444
1429
|
s: ArithmeticLogic8Instruction_$32;
|
|
1445
1430
|
pos: PosInfo;
|
|
1446
1431
|
d: Expression;
|
|
1447
1432
|
elements: AstElements;
|
|
1448
1433
|
constructor(s: ArithmeticLogic8Instruction_$32, pos: PosInfo, d: Expression);
|
|
1449
1434
|
}
|
|
1435
|
+
export declare class ArithmeticLogic8Instruction_24 {
|
|
1436
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_24;
|
|
1437
|
+
r: r;
|
|
1438
|
+
elements: AstElements;
|
|
1439
|
+
constructor(r: r);
|
|
1440
|
+
}
|
|
1450
1441
|
export declare class ArithmeticLogic8Instruction_25 {
|
|
1451
1442
|
kind: ASTKinds.ArithmeticLogic8Instruction_25;
|
|
1452
|
-
s: ArithmeticLogic8Instruction_$34;
|
|
1453
1443
|
pos: PosInfo;
|
|
1454
|
-
|
|
1444
|
+
n: Expression;
|
|
1455
1445
|
elements: AstElements;
|
|
1456
|
-
constructor(
|
|
1446
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1457
1447
|
}
|
|
1458
1448
|
export declare class ArithmeticLogic8Instruction_26 {
|
|
1459
1449
|
kind: ASTKinds.ArithmeticLogic8Instruction_26;
|
|
1460
|
-
r: r;
|
|
1461
1450
|
elements: AstElements;
|
|
1462
|
-
constructor(
|
|
1451
|
+
constructor();
|
|
1463
1452
|
}
|
|
1464
1453
|
export declare class ArithmeticLogic8Instruction_27 {
|
|
1465
1454
|
kind: ASTKinds.ArithmeticLogic8Instruction_27;
|
|
1455
|
+
s: ArithmeticLogic8Instruction_$37;
|
|
1466
1456
|
pos: PosInfo;
|
|
1467
|
-
|
|
1457
|
+
d: Expression;
|
|
1468
1458
|
elements: AstElements;
|
|
1469
|
-
constructor(pos: PosInfo,
|
|
1459
|
+
constructor(s: ArithmeticLogic8Instruction_$37, pos: PosInfo, d: Expression);
|
|
1470
1460
|
}
|
|
1471
1461
|
export declare class ArithmeticLogic8Instruction_28 {
|
|
1472
1462
|
kind: ASTKinds.ArithmeticLogic8Instruction_28;
|
|
1473
|
-
elements: AstElements;
|
|
1474
|
-
constructor();
|
|
1475
|
-
}
|
|
1476
|
-
export declare class ArithmeticLogic8Instruction_29 {
|
|
1477
|
-
kind: ASTKinds.ArithmeticLogic8Instruction_29;
|
|
1478
1463
|
s: ArithmeticLogic8Instruction_$39;
|
|
1479
1464
|
pos: PosInfo;
|
|
1480
1465
|
d: Expression;
|
|
1481
1466
|
elements: AstElements;
|
|
1482
1467
|
constructor(s: ArithmeticLogic8Instruction_$39, pos: PosInfo, d: Expression);
|
|
1483
1468
|
}
|
|
1469
|
+
export declare class ArithmeticLogic8Instruction_29 {
|
|
1470
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_29;
|
|
1471
|
+
r: r;
|
|
1472
|
+
elements: AstElements;
|
|
1473
|
+
constructor(r: r);
|
|
1474
|
+
}
|
|
1484
1475
|
export declare class ArithmeticLogic8Instruction_30 {
|
|
1485
1476
|
kind: ASTKinds.ArithmeticLogic8Instruction_30;
|
|
1486
|
-
s: ArithmeticLogic8Instruction_$41;
|
|
1487
1477
|
pos: PosInfo;
|
|
1488
|
-
|
|
1478
|
+
n: Expression;
|
|
1489
1479
|
elements: AstElements;
|
|
1490
|
-
constructor(
|
|
1480
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1491
1481
|
}
|
|
1492
1482
|
export declare class ArithmeticLogic8Instruction_31 {
|
|
1493
1483
|
kind: ASTKinds.ArithmeticLogic8Instruction_31;
|
|
1494
|
-
r: r;
|
|
1495
1484
|
elements: AstElements;
|
|
1496
|
-
constructor(
|
|
1485
|
+
constructor();
|
|
1497
1486
|
}
|
|
1498
1487
|
export declare class ArithmeticLogic8Instruction_32 {
|
|
1499
1488
|
kind: ASTKinds.ArithmeticLogic8Instruction_32;
|
|
1489
|
+
s: ArithmeticLogic8Instruction_$44;
|
|
1500
1490
|
pos: PosInfo;
|
|
1501
|
-
|
|
1491
|
+
d: Expression;
|
|
1502
1492
|
elements: AstElements;
|
|
1503
|
-
constructor(pos: PosInfo,
|
|
1493
|
+
constructor(s: ArithmeticLogic8Instruction_$44, pos: PosInfo, d: Expression);
|
|
1504
1494
|
}
|
|
1505
1495
|
export declare class ArithmeticLogic8Instruction_33 {
|
|
1506
1496
|
kind: ASTKinds.ArithmeticLogic8Instruction_33;
|
|
1507
|
-
elements: AstElements;
|
|
1508
|
-
constructor();
|
|
1509
|
-
}
|
|
1510
|
-
export declare class ArithmeticLogic8Instruction_34 {
|
|
1511
|
-
kind: ASTKinds.ArithmeticLogic8Instruction_34;
|
|
1512
1497
|
s: ArithmeticLogic8Instruction_$46;
|
|
1513
1498
|
pos: PosInfo;
|
|
1514
1499
|
d: Expression;
|
|
1515
1500
|
elements: AstElements;
|
|
1516
1501
|
constructor(s: ArithmeticLogic8Instruction_$46, pos: PosInfo, d: Expression);
|
|
1517
1502
|
}
|
|
1503
|
+
export declare class ArithmeticLogic8Instruction_34 {
|
|
1504
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_34;
|
|
1505
|
+
r: r;
|
|
1506
|
+
elements: AstElements;
|
|
1507
|
+
constructor(r: r);
|
|
1508
|
+
}
|
|
1518
1509
|
export declare class ArithmeticLogic8Instruction_35 {
|
|
1519
1510
|
kind: ASTKinds.ArithmeticLogic8Instruction_35;
|
|
1520
|
-
s: ArithmeticLogic8Instruction_$48;
|
|
1521
1511
|
pos: PosInfo;
|
|
1522
|
-
|
|
1512
|
+
n: Expression;
|
|
1523
1513
|
elements: AstElements;
|
|
1524
|
-
constructor(
|
|
1514
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1525
1515
|
}
|
|
1526
1516
|
export declare class ArithmeticLogic8Instruction_36 {
|
|
1527
1517
|
kind: ASTKinds.ArithmeticLogic8Instruction_36;
|
|
1528
|
-
r: r;
|
|
1529
1518
|
elements: AstElements;
|
|
1530
|
-
constructor(
|
|
1519
|
+
constructor();
|
|
1531
1520
|
}
|
|
1532
1521
|
export declare class ArithmeticLogic8Instruction_37 {
|
|
1533
1522
|
kind: ASTKinds.ArithmeticLogic8Instruction_37;
|
|
1523
|
+
s: ArithmeticLogic8Instruction_$51;
|
|
1534
1524
|
pos: PosInfo;
|
|
1535
|
-
|
|
1525
|
+
d: Expression;
|
|
1536
1526
|
elements: AstElements;
|
|
1537
|
-
constructor(pos: PosInfo,
|
|
1527
|
+
constructor(s: ArithmeticLogic8Instruction_$51, pos: PosInfo, d: Expression);
|
|
1538
1528
|
}
|
|
1539
1529
|
export declare class ArithmeticLogic8Instruction_38 {
|
|
1540
1530
|
kind: ASTKinds.ArithmeticLogic8Instruction_38;
|
|
1541
|
-
elements: AstElements;
|
|
1542
|
-
constructor();
|
|
1543
|
-
}
|
|
1544
|
-
export declare class ArithmeticLogic8Instruction_39 {
|
|
1545
|
-
kind: ASTKinds.ArithmeticLogic8Instruction_39;
|
|
1546
1531
|
s: ArithmeticLogic8Instruction_$53;
|
|
1547
1532
|
pos: PosInfo;
|
|
1548
1533
|
d: Expression;
|
|
1549
1534
|
elements: AstElements;
|
|
1550
1535
|
constructor(s: ArithmeticLogic8Instruction_$53, pos: PosInfo, d: Expression);
|
|
1551
1536
|
}
|
|
1537
|
+
export declare class ArithmeticLogic8Instruction_39 {
|
|
1538
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_39;
|
|
1539
|
+
r: r;
|
|
1540
|
+
elements: AstElements;
|
|
1541
|
+
constructor(r: r);
|
|
1542
|
+
}
|
|
1552
1543
|
export declare class ArithmeticLogic8Instruction_40 {
|
|
1553
1544
|
kind: ASTKinds.ArithmeticLogic8Instruction_40;
|
|
1554
|
-
s: ArithmeticLogic8Instruction_$55;
|
|
1555
1545
|
pos: PosInfo;
|
|
1556
|
-
|
|
1546
|
+
n: Expression;
|
|
1557
1547
|
elements: AstElements;
|
|
1558
|
-
constructor(
|
|
1548
|
+
constructor(pos: PosInfo, n: Expression);
|
|
1559
1549
|
}
|
|
1560
1550
|
export interface ArithmeticLogic8Instruction_$0 {
|
|
1561
1551
|
kind: ASTKinds.ArithmeticLogic8Instruction_$0;
|
|
@@ -1563,9 +1553,9 @@ export interface ArithmeticLogic8Instruction_$0 {
|
|
|
1563
1553
|
export interface ArithmeticLogic8Instruction_$1 {
|
|
1564
1554
|
kind: ASTKinds.ArithmeticLogic8Instruction_$1;
|
|
1565
1555
|
}
|
|
1566
|
-
export
|
|
1567
|
-
|
|
1568
|
-
|
|
1556
|
+
export type ArithmeticLogic8Instruction_$2 = ArithmeticLogic8Instruction_$2_1 | ArithmeticLogic8Instruction_$2_2;
|
|
1557
|
+
export type ArithmeticLogic8Instruction_$2_1 = string;
|
|
1558
|
+
export type ArithmeticLogic8Instruction_$2_2 = string;
|
|
1569
1559
|
export interface ArithmeticLogic8Instruction_$3 {
|
|
1570
1560
|
kind: ASTKinds.ArithmeticLogic8Instruction_$3;
|
|
1571
1561
|
}
|
|
@@ -1575,18 +1565,18 @@ export type ArithmeticLogic8Instruction_$4_2 = string;
|
|
|
1575
1565
|
export interface ArithmeticLogic8Instruction_$5 {
|
|
1576
1566
|
kind: ASTKinds.ArithmeticLogic8Instruction_$5;
|
|
1577
1567
|
}
|
|
1578
|
-
export
|
|
1579
|
-
|
|
1580
|
-
|
|
1568
|
+
export interface ArithmeticLogic8Instruction_$6 {
|
|
1569
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$6;
|
|
1570
|
+
}
|
|
1581
1571
|
export interface ArithmeticLogic8Instruction_$7 {
|
|
1582
1572
|
kind: ASTKinds.ArithmeticLogic8Instruction_$7;
|
|
1583
1573
|
}
|
|
1584
1574
|
export interface ArithmeticLogic8Instruction_$8 {
|
|
1585
1575
|
kind: ASTKinds.ArithmeticLogic8Instruction_$8;
|
|
1586
1576
|
}
|
|
1587
|
-
export
|
|
1588
|
-
|
|
1589
|
-
|
|
1577
|
+
export type ArithmeticLogic8Instruction_$9 = ArithmeticLogic8Instruction_$9_1 | ArithmeticLogic8Instruction_$9_2;
|
|
1578
|
+
export type ArithmeticLogic8Instruction_$9_1 = string;
|
|
1579
|
+
export type ArithmeticLogic8Instruction_$9_2 = string;
|
|
1590
1580
|
export interface ArithmeticLogic8Instruction_$10 {
|
|
1591
1581
|
kind: ASTKinds.ArithmeticLogic8Instruction_$10;
|
|
1592
1582
|
}
|
|
@@ -1596,18 +1586,18 @@ export type ArithmeticLogic8Instruction_$11_2 = string;
|
|
|
1596
1586
|
export interface ArithmeticLogic8Instruction_$12 {
|
|
1597
1587
|
kind: ASTKinds.ArithmeticLogic8Instruction_$12;
|
|
1598
1588
|
}
|
|
1599
|
-
export
|
|
1600
|
-
|
|
1601
|
-
|
|
1589
|
+
export interface ArithmeticLogic8Instruction_$13 {
|
|
1590
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$13;
|
|
1591
|
+
}
|
|
1602
1592
|
export interface ArithmeticLogic8Instruction_$14 {
|
|
1603
1593
|
kind: ASTKinds.ArithmeticLogic8Instruction_$14;
|
|
1604
1594
|
}
|
|
1605
1595
|
export interface ArithmeticLogic8Instruction_$15 {
|
|
1606
1596
|
kind: ASTKinds.ArithmeticLogic8Instruction_$15;
|
|
1607
1597
|
}
|
|
1608
|
-
export
|
|
1609
|
-
|
|
1610
|
-
|
|
1598
|
+
export type ArithmeticLogic8Instruction_$16 = ArithmeticLogic8Instruction_$16_1 | ArithmeticLogic8Instruction_$16_2;
|
|
1599
|
+
export type ArithmeticLogic8Instruction_$16_1 = string;
|
|
1600
|
+
export type ArithmeticLogic8Instruction_$16_2 = string;
|
|
1611
1601
|
export interface ArithmeticLogic8Instruction_$17 {
|
|
1612
1602
|
kind: ASTKinds.ArithmeticLogic8Instruction_$17;
|
|
1613
1603
|
}
|
|
@@ -1617,18 +1607,18 @@ export type ArithmeticLogic8Instruction_$18_2 = string;
|
|
|
1617
1607
|
export interface ArithmeticLogic8Instruction_$19 {
|
|
1618
1608
|
kind: ASTKinds.ArithmeticLogic8Instruction_$19;
|
|
1619
1609
|
}
|
|
1620
|
-
export
|
|
1621
|
-
|
|
1622
|
-
|
|
1610
|
+
export interface ArithmeticLogic8Instruction_$20 {
|
|
1611
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$20;
|
|
1612
|
+
}
|
|
1623
1613
|
export interface ArithmeticLogic8Instruction_$21 {
|
|
1624
1614
|
kind: ASTKinds.ArithmeticLogic8Instruction_$21;
|
|
1625
1615
|
}
|
|
1626
1616
|
export interface ArithmeticLogic8Instruction_$22 {
|
|
1627
1617
|
kind: ASTKinds.ArithmeticLogic8Instruction_$22;
|
|
1628
1618
|
}
|
|
1629
|
-
export
|
|
1630
|
-
|
|
1631
|
-
|
|
1619
|
+
export type ArithmeticLogic8Instruction_$23 = ArithmeticLogic8Instruction_$23_1 | ArithmeticLogic8Instruction_$23_2;
|
|
1620
|
+
export type ArithmeticLogic8Instruction_$23_1 = string;
|
|
1621
|
+
export type ArithmeticLogic8Instruction_$23_2 = string;
|
|
1632
1622
|
export interface ArithmeticLogic8Instruction_$24 {
|
|
1633
1623
|
kind: ASTKinds.ArithmeticLogic8Instruction_$24;
|
|
1634
1624
|
}
|
|
@@ -1638,18 +1628,18 @@ export type ArithmeticLogic8Instruction_$25_2 = string;
|
|
|
1638
1628
|
export interface ArithmeticLogic8Instruction_$26 {
|
|
1639
1629
|
kind: ASTKinds.ArithmeticLogic8Instruction_$26;
|
|
1640
1630
|
}
|
|
1641
|
-
export
|
|
1642
|
-
|
|
1643
|
-
|
|
1631
|
+
export interface ArithmeticLogic8Instruction_$27 {
|
|
1632
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$27;
|
|
1633
|
+
}
|
|
1644
1634
|
export interface ArithmeticLogic8Instruction_$28 {
|
|
1645
1635
|
kind: ASTKinds.ArithmeticLogic8Instruction_$28;
|
|
1646
1636
|
}
|
|
1647
1637
|
export interface ArithmeticLogic8Instruction_$29 {
|
|
1648
1638
|
kind: ASTKinds.ArithmeticLogic8Instruction_$29;
|
|
1649
1639
|
}
|
|
1650
|
-
export
|
|
1651
|
-
|
|
1652
|
-
|
|
1640
|
+
export type ArithmeticLogic8Instruction_$30 = ArithmeticLogic8Instruction_$30_1 | ArithmeticLogic8Instruction_$30_2;
|
|
1641
|
+
export type ArithmeticLogic8Instruction_$30_1 = string;
|
|
1642
|
+
export type ArithmeticLogic8Instruction_$30_2 = string;
|
|
1653
1643
|
export interface ArithmeticLogic8Instruction_$31 {
|
|
1654
1644
|
kind: ASTKinds.ArithmeticLogic8Instruction_$31;
|
|
1655
1645
|
}
|
|
@@ -1659,18 +1649,18 @@ export type ArithmeticLogic8Instruction_$32_2 = string;
|
|
|
1659
1649
|
export interface ArithmeticLogic8Instruction_$33 {
|
|
1660
1650
|
kind: ASTKinds.ArithmeticLogic8Instruction_$33;
|
|
1661
1651
|
}
|
|
1662
|
-
export
|
|
1663
|
-
|
|
1664
|
-
|
|
1652
|
+
export interface ArithmeticLogic8Instruction_$34 {
|
|
1653
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$34;
|
|
1654
|
+
}
|
|
1665
1655
|
export interface ArithmeticLogic8Instruction_$35 {
|
|
1666
1656
|
kind: ASTKinds.ArithmeticLogic8Instruction_$35;
|
|
1667
1657
|
}
|
|
1668
1658
|
export interface ArithmeticLogic8Instruction_$36 {
|
|
1669
1659
|
kind: ASTKinds.ArithmeticLogic8Instruction_$36;
|
|
1670
1660
|
}
|
|
1671
|
-
export
|
|
1672
|
-
|
|
1673
|
-
|
|
1661
|
+
export type ArithmeticLogic8Instruction_$37 = ArithmeticLogic8Instruction_$37_1 | ArithmeticLogic8Instruction_$37_2;
|
|
1662
|
+
export type ArithmeticLogic8Instruction_$37_1 = string;
|
|
1663
|
+
export type ArithmeticLogic8Instruction_$37_2 = string;
|
|
1674
1664
|
export interface ArithmeticLogic8Instruction_$38 {
|
|
1675
1665
|
kind: ASTKinds.ArithmeticLogic8Instruction_$38;
|
|
1676
1666
|
}
|
|
@@ -1680,18 +1670,18 @@ export type ArithmeticLogic8Instruction_$39_2 = string;
|
|
|
1680
1670
|
export interface ArithmeticLogic8Instruction_$40 {
|
|
1681
1671
|
kind: ASTKinds.ArithmeticLogic8Instruction_$40;
|
|
1682
1672
|
}
|
|
1683
|
-
export
|
|
1684
|
-
|
|
1685
|
-
|
|
1673
|
+
export interface ArithmeticLogic8Instruction_$41 {
|
|
1674
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$41;
|
|
1675
|
+
}
|
|
1686
1676
|
export interface ArithmeticLogic8Instruction_$42 {
|
|
1687
1677
|
kind: ASTKinds.ArithmeticLogic8Instruction_$42;
|
|
1688
1678
|
}
|
|
1689
1679
|
export interface ArithmeticLogic8Instruction_$43 {
|
|
1690
1680
|
kind: ASTKinds.ArithmeticLogic8Instruction_$43;
|
|
1691
1681
|
}
|
|
1692
|
-
export
|
|
1693
|
-
|
|
1694
|
-
|
|
1682
|
+
export type ArithmeticLogic8Instruction_$44 = ArithmeticLogic8Instruction_$44_1 | ArithmeticLogic8Instruction_$44_2;
|
|
1683
|
+
export type ArithmeticLogic8Instruction_$44_1 = string;
|
|
1684
|
+
export type ArithmeticLogic8Instruction_$44_2 = string;
|
|
1695
1685
|
export interface ArithmeticLogic8Instruction_$45 {
|
|
1696
1686
|
kind: ASTKinds.ArithmeticLogic8Instruction_$45;
|
|
1697
1687
|
}
|
|
@@ -1701,18 +1691,18 @@ export type ArithmeticLogic8Instruction_$46_2 = string;
|
|
|
1701
1691
|
export interface ArithmeticLogic8Instruction_$47 {
|
|
1702
1692
|
kind: ASTKinds.ArithmeticLogic8Instruction_$47;
|
|
1703
1693
|
}
|
|
1704
|
-
export
|
|
1705
|
-
|
|
1706
|
-
|
|
1694
|
+
export interface ArithmeticLogic8Instruction_$48 {
|
|
1695
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$48;
|
|
1696
|
+
}
|
|
1707
1697
|
export interface ArithmeticLogic8Instruction_$49 {
|
|
1708
1698
|
kind: ASTKinds.ArithmeticLogic8Instruction_$49;
|
|
1709
1699
|
}
|
|
1710
1700
|
export interface ArithmeticLogic8Instruction_$50 {
|
|
1711
1701
|
kind: ASTKinds.ArithmeticLogic8Instruction_$50;
|
|
1712
1702
|
}
|
|
1713
|
-
export
|
|
1714
|
-
|
|
1715
|
-
|
|
1703
|
+
export type ArithmeticLogic8Instruction_$51 = ArithmeticLogic8Instruction_$51_1 | ArithmeticLogic8Instruction_$51_2;
|
|
1704
|
+
export type ArithmeticLogic8Instruction_$51_1 = string;
|
|
1705
|
+
export type ArithmeticLogic8Instruction_$51_2 = string;
|
|
1716
1706
|
export interface ArithmeticLogic8Instruction_$52 {
|
|
1717
1707
|
kind: ASTKinds.ArithmeticLogic8Instruction_$52;
|
|
1718
1708
|
}
|
|
@@ -1722,9 +1712,9 @@ export type ArithmeticLogic8Instruction_$53_2 = string;
|
|
|
1722
1712
|
export interface ArithmeticLogic8Instruction_$54 {
|
|
1723
1713
|
kind: ASTKinds.ArithmeticLogic8Instruction_$54;
|
|
1724
1714
|
}
|
|
1725
|
-
export
|
|
1726
|
-
|
|
1727
|
-
|
|
1715
|
+
export interface ArithmeticLogic8Instruction_$55 {
|
|
1716
|
+
kind: ASTKinds.ArithmeticLogic8Instruction_$55;
|
|
1717
|
+
}
|
|
1728
1718
|
export type IncrementDecrement8Instruction = IncrementDecrement8Instruction_1 | IncrementDecrement8Instruction_2 | IncrementDecrement8Instruction_3 | IncrementDecrement8Instruction_4 | IncrementDecrement8Instruction_5 | IncrementDecrement8Instruction_6 | IncrementDecrement8Instruction_7 | IncrementDecrement8Instruction_8;
|
|
1729
1719
|
export declare class IncrementDecrement8Instruction_1 {
|
|
1730
1720
|
kind: ASTKinds.IncrementDecrement8Instruction_1;
|
|
@@ -2299,63 +2289,63 @@ export declare class Offset_2 {
|
|
|
2299
2289
|
export type JumpInstruction = JumpInstruction_1 | JumpInstruction_2 | JumpInstruction_3 | JumpInstruction_4 | JumpInstruction_5 | JumpInstruction_6 | JumpInstruction_7 | JumpInstruction_8 | JumpInstruction_9 | JumpInstruction_10 | JumpInstruction_11;
|
|
2300
2290
|
export declare class JumpInstruction_1 {
|
|
2301
2291
|
kind: ASTKinds.JumpInstruction_1;
|
|
2302
|
-
pos: PosInfo;
|
|
2303
|
-
ee: Expression;
|
|
2304
2292
|
elements: AstElements;
|
|
2305
|
-
constructor(
|
|
2293
|
+
constructor();
|
|
2306
2294
|
}
|
|
2307
2295
|
export declare class JumpInstruction_2 {
|
|
2308
2296
|
kind: ASTKinds.JumpInstruction_2;
|
|
2309
|
-
cc: cc;
|
|
2310
|
-
pos: PosInfo;
|
|
2311
|
-
ee: Expression;
|
|
2312
2297
|
elements: AstElements;
|
|
2313
|
-
constructor(
|
|
2298
|
+
constructor();
|
|
2314
2299
|
}
|
|
2315
2300
|
export declare class JumpInstruction_3 {
|
|
2316
2301
|
kind: ASTKinds.JumpInstruction_3;
|
|
2317
|
-
pos: PosInfo;
|
|
2318
|
-
label: Label;
|
|
2319
2302
|
elements: AstElements;
|
|
2320
|
-
constructor(
|
|
2303
|
+
constructor();
|
|
2321
2304
|
}
|
|
2322
2305
|
export declare class JumpInstruction_4 {
|
|
2323
2306
|
kind: ASTKinds.JumpInstruction_4;
|
|
2324
2307
|
pos: PosInfo;
|
|
2325
|
-
|
|
2308
|
+
ee: Expression;
|
|
2326
2309
|
elements: AstElements;
|
|
2327
|
-
constructor(pos: PosInfo,
|
|
2310
|
+
constructor(pos: PosInfo, ee: Expression);
|
|
2328
2311
|
}
|
|
2329
2312
|
export declare class JumpInstruction_5 {
|
|
2330
2313
|
kind: ASTKinds.JumpInstruction_5;
|
|
2331
|
-
|
|
2314
|
+
cc: cc;
|
|
2332
2315
|
pos: PosInfo;
|
|
2333
|
-
|
|
2316
|
+
ee: Expression;
|
|
2334
2317
|
elements: AstElements;
|
|
2335
|
-
constructor(
|
|
2318
|
+
constructor(cc: cc, pos: PosInfo, ee: Expression);
|
|
2336
2319
|
}
|
|
2337
2320
|
export declare class JumpInstruction_6 {
|
|
2338
2321
|
kind: ASTKinds.JumpInstruction_6;
|
|
2339
|
-
jj: jj;
|
|
2340
2322
|
pos: PosInfo;
|
|
2341
|
-
|
|
2323
|
+
label: Label;
|
|
2342
2324
|
elements: AstElements;
|
|
2343
|
-
constructor(
|
|
2325
|
+
constructor(pos: PosInfo, label: Label);
|
|
2344
2326
|
}
|
|
2345
2327
|
export declare class JumpInstruction_7 {
|
|
2346
2328
|
kind: ASTKinds.JumpInstruction_7;
|
|
2329
|
+
pos: PosInfo;
|
|
2330
|
+
e: Expression;
|
|
2347
2331
|
elements: AstElements;
|
|
2348
|
-
constructor();
|
|
2332
|
+
constructor(pos: PosInfo, e: Expression);
|
|
2349
2333
|
}
|
|
2350
2334
|
export declare class JumpInstruction_8 {
|
|
2351
2335
|
kind: ASTKinds.JumpInstruction_8;
|
|
2336
|
+
jj: jj;
|
|
2337
|
+
pos: PosInfo;
|
|
2338
|
+
label: Label;
|
|
2352
2339
|
elements: AstElements;
|
|
2353
|
-
constructor();
|
|
2340
|
+
constructor(jj: jj, pos: PosInfo, label: Label);
|
|
2354
2341
|
}
|
|
2355
2342
|
export declare class JumpInstruction_9 {
|
|
2356
2343
|
kind: ASTKinds.JumpInstruction_9;
|
|
2344
|
+
jj: jj;
|
|
2345
|
+
pos: PosInfo;
|
|
2346
|
+
e: Expression;
|
|
2357
2347
|
elements: AstElements;
|
|
2358
|
-
constructor();
|
|
2348
|
+
constructor(jj: jj, pos: PosInfo, e: Expression);
|
|
2359
2349
|
}
|
|
2360
2350
|
export declare class JumpInstruction_10 {
|
|
2361
2351
|
kind: ASTKinds.JumpInstruction_10;
|
|
@@ -2497,7 +2487,7 @@ export type BlockDirective = BlockDirective_1 | BlockDirective_2 | BlockDirectiv
|
|
|
2497
2487
|
export type BlockDirective_1 = string;
|
|
2498
2488
|
export type BlockDirective_2 = string;
|
|
2499
2489
|
export type BlockDirective_3 = string;
|
|
2500
|
-
export type ByteValue = ByteValue_1 | ByteValue_2 | ByteValue_3
|
|
2490
|
+
export type ByteValue = ByteValue_1 | ByteValue_2 | ByteValue_3;
|
|
2501
2491
|
export declare class ByteValue_1 {
|
|
2502
2492
|
kind: ASTKinds.ByteValue_1;
|
|
2503
2493
|
c: Char;
|
|
@@ -2512,12 +2502,6 @@ export declare class ByteValue_2 {
|
|
|
2512
2502
|
}
|
|
2513
2503
|
export declare class ByteValue_3 {
|
|
2514
2504
|
kind: ASTKinds.ByteValue_3;
|
|
2515
|
-
s: ZX81Str;
|
|
2516
|
-
elements: AstElements;
|
|
2517
|
-
constructor(s: ZX81Str);
|
|
2518
|
-
}
|
|
2519
|
-
export declare class ByteValue_4 {
|
|
2520
|
-
kind: ASTKinds.ByteValue_4;
|
|
2521
2505
|
pos: PosInfo;
|
|
2522
2506
|
e: Expression;
|
|
2523
2507
|
elements: AstElements;
|
|
@@ -2574,23 +2558,14 @@ export type EscapeSequence_2 = OctalEscapeSequence;
|
|
|
2574
2558
|
export type EscapeSequence_3 = HexadecimalEscapeSequence;
|
|
2575
2559
|
export declare class SimpleEscapeSequence {
|
|
2576
2560
|
kind: ASTKinds.SimpleEscapeSequence;
|
|
2561
|
+
pos: PosInfo;
|
|
2577
2562
|
raw: SimpleEscapeSequence_$0;
|
|
2578
2563
|
elements: AstElements;
|
|
2579
|
-
constructor(raw: SimpleEscapeSequence_$0);
|
|
2564
|
+
constructor(pos: PosInfo, raw: SimpleEscapeSequence_$0);
|
|
2580
2565
|
}
|
|
2581
|
-
export type SimpleEscapeSequence_$0 = SimpleEscapeSequence_$0_1 | SimpleEscapeSequence_$0_2
|
|
2566
|
+
export type SimpleEscapeSequence_$0 = SimpleEscapeSequence_$0_1 | SimpleEscapeSequence_$0_2;
|
|
2582
2567
|
export type SimpleEscapeSequence_$0_1 = string;
|
|
2583
2568
|
export type SimpleEscapeSequence_$0_2 = string;
|
|
2584
|
-
export type SimpleEscapeSequence_$0_3 = string;
|
|
2585
|
-
export type SimpleEscapeSequence_$0_4 = string;
|
|
2586
|
-
export type SimpleEscapeSequence_$0_5 = string;
|
|
2587
|
-
export type SimpleEscapeSequence_$0_6 = string;
|
|
2588
|
-
export type SimpleEscapeSequence_$0_7 = string;
|
|
2589
|
-
export type SimpleEscapeSequence_$0_8 = string;
|
|
2590
|
-
export type SimpleEscapeSequence_$0_9 = string;
|
|
2591
|
-
export type SimpleEscapeSequence_$0_10 = string;
|
|
2592
|
-
export type SimpleEscapeSequence_$0_11 = string;
|
|
2593
|
-
export type SimpleEscapeSequence_$0_12 = string;
|
|
2594
2569
|
export declare class OctalEscapeSequence {
|
|
2595
2570
|
kind: ASTKinds.OctalEscapeSequence;
|
|
2596
2571
|
pos: PosInfo;
|
|
@@ -2630,20 +2605,14 @@ export type Char_$0_1 = SimpleChar;
|
|
|
2630
2605
|
export type Char_$0_2 = EscapeSequence;
|
|
2631
2606
|
export declare class Str {
|
|
2632
2607
|
kind: ASTKinds.Str;
|
|
2608
|
+
pos: PosInfo;
|
|
2633
2609
|
chars: Str_$0[];
|
|
2634
2610
|
elements: AstElements;
|
|
2635
|
-
constructor(chars: Str_$0[]);
|
|
2611
|
+
constructor(pos: PosInfo, chars: Str_$0[]);
|
|
2636
2612
|
}
|
|
2637
2613
|
export type Str_$0 = Str_$0_1 | Str_$0_2;
|
|
2638
2614
|
export type Str_$0_1 = StringChar;
|
|
2639
2615
|
export type Str_$0_2 = EscapeSequence;
|
|
2640
|
-
export declare class ZX81Str {
|
|
2641
|
-
kind: ASTKinds.ZX81Str;
|
|
2642
|
-
pos: PosInfo;
|
|
2643
|
-
chars: string;
|
|
2644
|
-
elements: AstElements;
|
|
2645
|
-
constructor(pos: PosInfo, chars: string);
|
|
2646
|
-
}
|
|
2647
2616
|
export type Comment = string;
|
|
2648
2617
|
export interface OriginDirective {
|
|
2649
2618
|
kind: ASTKinds.OriginDirective;
|
|
@@ -2662,7 +2631,7 @@ export declare class IncludeDirective {
|
|
|
2662
2631
|
kind: ASTKinds.IncludeDirective;
|
|
2663
2632
|
pos: PosInfo;
|
|
2664
2633
|
name: Filename;
|
|
2665
|
-
|
|
2634
|
+
info: LinesInfo;
|
|
2666
2635
|
constructor(pos: PosInfo, name: Filename);
|
|
2667
2636
|
}
|
|
2668
2637
|
export declare class OutputDirective {
|
|
@@ -2779,7 +2748,8 @@ export declare class Parser {
|
|
|
2779
2748
|
matchjj_4($$dpth: number, $$cr?: ErrorTracker): Nullable<jj_4>;
|
|
2780
2749
|
match__($$dpth: number, $$cr?: ErrorTracker): Nullable<__>;
|
|
2781
2750
|
match_($$dpth: number, $$cr?: ErrorTracker): Nullable<_>;
|
|
2782
|
-
|
|
2751
|
+
matcheos($$dpth: number, $$cr?: ErrorTracker): Nullable<eos>;
|
|
2752
|
+
matcheol($$dpth: number, $$cr?: ErrorTracker): Nullable<eol>;
|
|
2783
2753
|
matchLines($$dpth: number, $$cr?: ErrorTracker): Nullable<Lines>;
|
|
2784
2754
|
matchLine($$dpth: number, $$cr?: ErrorTracker): Nullable<Line>;
|
|
2785
2755
|
matchLine_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Line_1>;
|
|
@@ -2978,91 +2948,91 @@ export declare class Parser {
|
|
|
2978
2948
|
matchArithmeticLogic8Instruction_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$0>;
|
|
2979
2949
|
matchArithmeticLogic8Instruction_$1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$1>;
|
|
2980
2950
|
matchArithmeticLogic8Instruction_$2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$2>;
|
|
2951
|
+
matchArithmeticLogic8Instruction_$2_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$2_1>;
|
|
2952
|
+
matchArithmeticLogic8Instruction_$2_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$2_2>;
|
|
2981
2953
|
matchArithmeticLogic8Instruction_$3($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$3>;
|
|
2982
2954
|
matchArithmeticLogic8Instruction_$4($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$4>;
|
|
2983
2955
|
matchArithmeticLogic8Instruction_$4_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$4_1>;
|
|
2984
2956
|
matchArithmeticLogic8Instruction_$4_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$4_2>;
|
|
2985
2957
|
matchArithmeticLogic8Instruction_$5($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$5>;
|
|
2986
2958
|
matchArithmeticLogic8Instruction_$6($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$6>;
|
|
2987
|
-
matchArithmeticLogic8Instruction_$6_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$6_1>;
|
|
2988
|
-
matchArithmeticLogic8Instruction_$6_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$6_2>;
|
|
2989
2959
|
matchArithmeticLogic8Instruction_$7($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$7>;
|
|
2990
2960
|
matchArithmeticLogic8Instruction_$8($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$8>;
|
|
2991
2961
|
matchArithmeticLogic8Instruction_$9($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$9>;
|
|
2962
|
+
matchArithmeticLogic8Instruction_$9_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$9_1>;
|
|
2963
|
+
matchArithmeticLogic8Instruction_$9_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$9_2>;
|
|
2992
2964
|
matchArithmeticLogic8Instruction_$10($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$10>;
|
|
2993
2965
|
matchArithmeticLogic8Instruction_$11($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$11>;
|
|
2994
2966
|
matchArithmeticLogic8Instruction_$11_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$11_1>;
|
|
2995
2967
|
matchArithmeticLogic8Instruction_$11_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$11_2>;
|
|
2996
2968
|
matchArithmeticLogic8Instruction_$12($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$12>;
|
|
2997
2969
|
matchArithmeticLogic8Instruction_$13($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$13>;
|
|
2998
|
-
matchArithmeticLogic8Instruction_$13_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$13_1>;
|
|
2999
|
-
matchArithmeticLogic8Instruction_$13_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$13_2>;
|
|
3000
2970
|
matchArithmeticLogic8Instruction_$14($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$14>;
|
|
3001
2971
|
matchArithmeticLogic8Instruction_$15($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$15>;
|
|
3002
2972
|
matchArithmeticLogic8Instruction_$16($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$16>;
|
|
2973
|
+
matchArithmeticLogic8Instruction_$16_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$16_1>;
|
|
2974
|
+
matchArithmeticLogic8Instruction_$16_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$16_2>;
|
|
3003
2975
|
matchArithmeticLogic8Instruction_$17($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$17>;
|
|
3004
2976
|
matchArithmeticLogic8Instruction_$18($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$18>;
|
|
3005
2977
|
matchArithmeticLogic8Instruction_$18_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$18_1>;
|
|
3006
2978
|
matchArithmeticLogic8Instruction_$18_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$18_2>;
|
|
3007
2979
|
matchArithmeticLogic8Instruction_$19($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$19>;
|
|
3008
2980
|
matchArithmeticLogic8Instruction_$20($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$20>;
|
|
3009
|
-
matchArithmeticLogic8Instruction_$20_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$20_1>;
|
|
3010
|
-
matchArithmeticLogic8Instruction_$20_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$20_2>;
|
|
3011
2981
|
matchArithmeticLogic8Instruction_$21($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$21>;
|
|
3012
2982
|
matchArithmeticLogic8Instruction_$22($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$22>;
|
|
3013
2983
|
matchArithmeticLogic8Instruction_$23($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$23>;
|
|
2984
|
+
matchArithmeticLogic8Instruction_$23_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$23_1>;
|
|
2985
|
+
matchArithmeticLogic8Instruction_$23_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$23_2>;
|
|
3014
2986
|
matchArithmeticLogic8Instruction_$24($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$24>;
|
|
3015
2987
|
matchArithmeticLogic8Instruction_$25($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$25>;
|
|
3016
2988
|
matchArithmeticLogic8Instruction_$25_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$25_1>;
|
|
3017
2989
|
matchArithmeticLogic8Instruction_$25_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$25_2>;
|
|
3018
2990
|
matchArithmeticLogic8Instruction_$26($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$26>;
|
|
3019
2991
|
matchArithmeticLogic8Instruction_$27($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$27>;
|
|
3020
|
-
matchArithmeticLogic8Instruction_$27_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$27_1>;
|
|
3021
|
-
matchArithmeticLogic8Instruction_$27_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$27_2>;
|
|
3022
2992
|
matchArithmeticLogic8Instruction_$28($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$28>;
|
|
3023
2993
|
matchArithmeticLogic8Instruction_$29($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$29>;
|
|
3024
2994
|
matchArithmeticLogic8Instruction_$30($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$30>;
|
|
2995
|
+
matchArithmeticLogic8Instruction_$30_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$30_1>;
|
|
2996
|
+
matchArithmeticLogic8Instruction_$30_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$30_2>;
|
|
3025
2997
|
matchArithmeticLogic8Instruction_$31($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$31>;
|
|
3026
2998
|
matchArithmeticLogic8Instruction_$32($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$32>;
|
|
3027
2999
|
matchArithmeticLogic8Instruction_$32_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$32_1>;
|
|
3028
3000
|
matchArithmeticLogic8Instruction_$32_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$32_2>;
|
|
3029
3001
|
matchArithmeticLogic8Instruction_$33($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$33>;
|
|
3030
3002
|
matchArithmeticLogic8Instruction_$34($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$34>;
|
|
3031
|
-
matchArithmeticLogic8Instruction_$34_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$34_1>;
|
|
3032
|
-
matchArithmeticLogic8Instruction_$34_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$34_2>;
|
|
3033
3003
|
matchArithmeticLogic8Instruction_$35($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$35>;
|
|
3034
3004
|
matchArithmeticLogic8Instruction_$36($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$36>;
|
|
3035
3005
|
matchArithmeticLogic8Instruction_$37($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$37>;
|
|
3006
|
+
matchArithmeticLogic8Instruction_$37_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$37_1>;
|
|
3007
|
+
matchArithmeticLogic8Instruction_$37_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$37_2>;
|
|
3036
3008
|
matchArithmeticLogic8Instruction_$38($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$38>;
|
|
3037
3009
|
matchArithmeticLogic8Instruction_$39($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$39>;
|
|
3038
3010
|
matchArithmeticLogic8Instruction_$39_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$39_1>;
|
|
3039
3011
|
matchArithmeticLogic8Instruction_$39_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$39_2>;
|
|
3040
3012
|
matchArithmeticLogic8Instruction_$40($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$40>;
|
|
3041
3013
|
matchArithmeticLogic8Instruction_$41($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$41>;
|
|
3042
|
-
matchArithmeticLogic8Instruction_$41_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$41_1>;
|
|
3043
|
-
matchArithmeticLogic8Instruction_$41_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$41_2>;
|
|
3044
3014
|
matchArithmeticLogic8Instruction_$42($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$42>;
|
|
3045
3015
|
matchArithmeticLogic8Instruction_$43($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$43>;
|
|
3046
3016
|
matchArithmeticLogic8Instruction_$44($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$44>;
|
|
3017
|
+
matchArithmeticLogic8Instruction_$44_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$44_1>;
|
|
3018
|
+
matchArithmeticLogic8Instruction_$44_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$44_2>;
|
|
3047
3019
|
matchArithmeticLogic8Instruction_$45($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$45>;
|
|
3048
3020
|
matchArithmeticLogic8Instruction_$46($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$46>;
|
|
3049
3021
|
matchArithmeticLogic8Instruction_$46_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$46_1>;
|
|
3050
3022
|
matchArithmeticLogic8Instruction_$46_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$46_2>;
|
|
3051
3023
|
matchArithmeticLogic8Instruction_$47($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$47>;
|
|
3052
3024
|
matchArithmeticLogic8Instruction_$48($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$48>;
|
|
3053
|
-
matchArithmeticLogic8Instruction_$48_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$48_1>;
|
|
3054
|
-
matchArithmeticLogic8Instruction_$48_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$48_2>;
|
|
3055
3025
|
matchArithmeticLogic8Instruction_$49($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$49>;
|
|
3056
3026
|
matchArithmeticLogic8Instruction_$50($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$50>;
|
|
3057
3027
|
matchArithmeticLogic8Instruction_$51($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$51>;
|
|
3028
|
+
matchArithmeticLogic8Instruction_$51_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$51_1>;
|
|
3029
|
+
matchArithmeticLogic8Instruction_$51_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$51_2>;
|
|
3058
3030
|
matchArithmeticLogic8Instruction_$52($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$52>;
|
|
3059
3031
|
matchArithmeticLogic8Instruction_$53($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$53>;
|
|
3060
3032
|
matchArithmeticLogic8Instruction_$53_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$53_1>;
|
|
3061
3033
|
matchArithmeticLogic8Instruction_$53_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$53_2>;
|
|
3062
3034
|
matchArithmeticLogic8Instruction_$54($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$54>;
|
|
3063
3035
|
matchArithmeticLogic8Instruction_$55($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$55>;
|
|
3064
|
-
matchArithmeticLogic8Instruction_$55_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$55_1>;
|
|
3065
|
-
matchArithmeticLogic8Instruction_$55_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ArithmeticLogic8Instruction_$55_2>;
|
|
3066
3036
|
matchIncrementDecrement8Instruction($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction>;
|
|
3067
3037
|
matchIncrementDecrement8Instruction_1($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_1>;
|
|
3068
3038
|
matchIncrementDecrement8Instruction_2($$dpth: number, $$cr?: ErrorTracker): Nullable<IncrementDecrement8Instruction_2>;
|
|
@@ -3272,7 +3242,6 @@ export declare class Parser {
|
|
|
3272
3242
|
matchByteValue_1($$dpth: number, $$cr?: ErrorTracker): Nullable<ByteValue_1>;
|
|
3273
3243
|
matchByteValue_2($$dpth: number, $$cr?: ErrorTracker): Nullable<ByteValue_2>;
|
|
3274
3244
|
matchByteValue_3($$dpth: number, $$cr?: ErrorTracker): Nullable<ByteValue_3>;
|
|
3275
|
-
matchByteValue_4($$dpth: number, $$cr?: ErrorTracker): Nullable<ByteValue_4>;
|
|
3276
3245
|
matchWordValue($$dpth: number, $$cr?: ErrorTracker): Nullable<WordValue>;
|
|
3277
3246
|
matchDataDirective($$dpth: number, $$cr?: ErrorTracker): Nullable<DataDirective>;
|
|
3278
3247
|
matchDataDirective_1($$dpth: number, $$cr?: ErrorTracker): Nullable<DataDirective_1>;
|
|
@@ -3289,16 +3258,6 @@ export declare class Parser {
|
|
|
3289
3258
|
matchSimpleEscapeSequence_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0>;
|
|
3290
3259
|
matchSimpleEscapeSequence_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_1>;
|
|
3291
3260
|
matchSimpleEscapeSequence_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_2>;
|
|
3292
|
-
matchSimpleEscapeSequence_$0_3($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_3>;
|
|
3293
|
-
matchSimpleEscapeSequence_$0_4($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_4>;
|
|
3294
|
-
matchSimpleEscapeSequence_$0_5($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_5>;
|
|
3295
|
-
matchSimpleEscapeSequence_$0_6($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_6>;
|
|
3296
|
-
matchSimpleEscapeSequence_$0_7($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_7>;
|
|
3297
|
-
matchSimpleEscapeSequence_$0_8($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_8>;
|
|
3298
|
-
matchSimpleEscapeSequence_$0_9($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_9>;
|
|
3299
|
-
matchSimpleEscapeSequence_$0_10($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_10>;
|
|
3300
|
-
matchSimpleEscapeSequence_$0_11($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_11>;
|
|
3301
|
-
matchSimpleEscapeSequence_$0_12($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleEscapeSequence_$0_12>;
|
|
3302
3261
|
matchOctalEscapeSequence($$dpth: number, $$cr?: ErrorTracker): Nullable<OctalEscapeSequence>;
|
|
3303
3262
|
matchHexadecimalEscapeSequence($$dpth: number, $$cr?: ErrorTracker): Nullable<HexadecimalEscapeSequence>;
|
|
3304
3263
|
matchSimpleChar($$dpth: number, $$cr?: ErrorTracker): Nullable<SimpleChar>;
|
|
@@ -3311,7 +3270,6 @@ export declare class Parser {
|
|
|
3311
3270
|
matchStr_$0($$dpth: number, $$cr?: ErrorTracker): Nullable<Str_$0>;
|
|
3312
3271
|
matchStr_$0_1($$dpth: number, $$cr?: ErrorTracker): Nullable<Str_$0_1>;
|
|
3313
3272
|
matchStr_$0_2($$dpth: number, $$cr?: ErrorTracker): Nullable<Str_$0_2>;
|
|
3314
|
-
matchZX81Str($$dpth: number, $$cr?: ErrorTracker): Nullable<ZX81Str>;
|
|
3315
3273
|
matchComment($$dpth: number, $$cr?: ErrorTracker): Nullable<Comment>;
|
|
3316
3274
|
matchOriginDirective($$dpth: number, $$cr?: ErrorTracker): Nullable<OriginDirective>;
|
|
3317
3275
|
matchFilename($$dpth: number, $$cr?: ErrorTracker): Nullable<Filename>;
|