OILS / _gen / frontend / syntax.asdl_debug.py View on Github | oils.pub

180 lines, 180 significant
1cpp_namespace = 'syntax_asdl'
2tags_to_types = \
3{'arith_expr_t': {1: 'arith_expr__EmptyZero',
4 2: 'arith_expr__EmptyOne',
5 5: 'arith_expr__UnaryAssign',
6 6: 'arith_expr__BinaryAssign',
7 7: 'arith_expr__Unary',
8 8: 'arith_expr__Binary',
9 9: 'arith_expr__TernaryOp',
10 67: 'Token',
11 68: 'CompoundWord'},
12 'bool_expr_t': {1: 'bool_expr__WordTest',
13 2: 'bool_expr__Binary',
14 3: 'bool_expr__Unary',
15 4: 'bool_expr__LogicalNot',
16 5: 'bool_expr__LogicalAnd',
17 6: 'bool_expr__LogicalOr'},
18 'bracket_op_t': {1: 'bracket_op__WholeArray', 2: 'bracket_op__ArrayIndex'},
19 'case_arg_t': {1: 'case_arg__Word', 2: 'case_arg__YshExpr'},
20 'char_class_term_t': {98: 'PosixClass',
21 99: 'PerlClass',
22 100: 'CharCode',
23 101: 'CharRange'},
24 'class_literal_term_t': {6: 'class_literal_term__Splice',
25 71: 'SingleQuoted',
26 98: 'PosixClass',
27 99: 'PerlClass',
28 100: 'CharCode',
29 101: 'CharRange'},
30 'command_t': {1: 'command__NoOp',
31 2: 'command__Redirect',
32 3: 'command__Simple',
33 4: 'command__ExpandedAlias',
34 5: 'command__Sentence',
35 6: 'command__ShAssignment',
36 7: 'command__ControlFlow',
37 8: 'command__Pipeline',
38 9: 'command__AndOr',
39 10: 'command__DoGroup',
40 12: 'command__Subshell',
41 13: 'command__DParen',
42 14: 'command__DBracket',
43 15: 'command__ForEach',
44 16: 'command__ForExpr',
45 17: 'command__WhileUntil',
46 18: 'command__If',
47 19: 'command__Case',
48 20: 'command__ShFunction',
49 21: 'command__TimeBlock',
50 22: 'command__CommandList',
51 23: 'command__VarDecl',
52 24: 'command__BareDecl',
53 25: 'command__Mutation',
54 26: 'command__Expr',
55 29: 'command__Retval',
56 85: 'BraceGroup',
57 89: 'Proc',
58 90: 'Func'},
59 'condition_t': {2: 'condition__YshExpr', 80: 'List_of_command'},
60 'debug_frame_t': {1: 'debug_frame__MainFile',
61 2: 'debug_frame__Dummy',
62 3: 'debug_frame__Source',
63 4: 'debug_frame__ProcLike',
64 7: 'debug_frame__BeforeErrTrap',
65 67: 'Token',
66 68: 'CompoundWord'},
67 'expr_t': {1: 'expr__Var',
68 2: 'expr__Const',
69 3: 'expr__Place',
70 11: 'expr__Literal',
71 12: 'expr__Lambda',
72 13: 'expr__Unary',
73 14: 'expr__Binary',
74 15: 'expr__Compare',
75 16: 'expr__FuncCall',
76 17: 'expr__IfExp',
77 18: 'expr__Tuple',
78 19: 'expr__List',
79 20: 'expr__Dict',
80 21: 'expr__Implicit',
81 22: 'expr__ListComp',
82 23: 'expr__DictComp',
83 24: 'expr__GeneratorExp',
84 25: 'expr__Range',
85 26: 'expr__Slice',
86 29: 'expr__Spread',
87 69: 'BracedVarSub',
88 70: 'DoubleQuoted',
89 71: 'SingleQuoted',
90 72: 'SimpleVarSub',
91 73: 'CommandSub',
92 74: 'ShArrayLiteral',
93 83: 'Eggex',
94 96: 'Subscript',
95 97: 'Attribute'},
96 'for_iter_t': {1: 'for_iter__Args',
97 2: 'for_iter__Words',
98 3: 'for_iter__YshExpr'},
99 'glob_part_t': {1: 'glob_part__Literal',
100 2: 'glob_part__Operator',
101 3: 'glob_part__CharClass'},
102 'loc_t': {1: 'loc__Missing',
103 4: 'loc__WordPart',
104 5: 'loc__Word',
105 6: 'loc__Arith',
106 7: 'loc__Command',
107 8: 'loc__TokenTooLong',
108 67: 'Token',
109 68: 'CompoundWord'},
110 'parse_result_t': {1: 'parse_result__EmptyLine',
111 2: 'parse_result__Eof',
112 3: 'parse_result__Node'},
113 'pat_t': {1: 'pat__Else', 2: 'pat__Words', 3: 'pat__YshExprs', 83: 'Eggex'},
114 'place_op_t': {1: 'place_op__Subscript', 2: 'place_op__Attribute'},
115 'printf_part_t': {2: 'printf_part__Percent', 67: 'Token'},
116 'proc_sig_t': {1: 'proc_sig__Open', 2: 'proc_sig__Closed'},
117 're_repeat_t': {2: 're_repeat__Range', 67: 'Token'},
118 're_t': {1: 're__Primitive',
119 4: 're__CharClassLiteral',
120 5: 're__CharClass',
121 6: 're__Splice',
122 8: 're__Repeat',
123 9: 're__Seq',
124 10: 're__Alt',
125 11: 're__Group',
126 12: 're__Capture',
127 13: 're__Backtracking',
128 14: 're__LiteralChars',
129 71: 'SingleQuoted',
130 98: 'PosixClass',
131 99: 'PerlClass'},
132 'redir_loc_t': {1: 'redir_loc__Fd', 2: 'redir_loc__VarName'},
133 'redir_param_t': {2: 'redir_param__HereWord',
134 3: 'redir_param__HereDoc',
135 68: 'CompoundWord'},
136 'rhs_word_t': {1: 'rhs_word__Empty', 68: 'CompoundWord'},
137 'sh_lhs_t': {1: 'sh_lhs__Name',
138 2: 'sh_lhs__IndexedName',
139 3: 'sh_lhs__UnparsedIndex'},
140 'source_t': {1: 'source__Interactive',
141 2: 'source__Headless',
142 3: 'source__Unused',
143 4: 'source__CFlag',
144 5: 'source__Stdin',
145 6: 'source__MainFile',
146 7: 'source__OtherFile',
147 8: 'source__Dynamic',
148 9: 'source__VarRef',
149 10: 'source__Variable',
150 11: 'source__Alias',
151 12: 'source__Reparsed',
152 13: 'source__Synthetic'},
153 'suffix_op_t': {2: 'suffix_op__Unary',
154 3: 'suffix_op__Static',
155 4: 'suffix_op__PatSub',
156 5: 'suffix_op__Slice',
157 67: 'Token'},
158 'word_part_t': {2: 'word_part__BashAssocLiteral',
159 4: 'word_part__EscapedLiteral',
160 9: 'word_part__ZshVarSub',
161 11: 'word_part__TildeSub',
162 12: 'word_part__ArithSub',
163 13: 'word_part__BracedTuple',
164 14: 'word_part__BracedRange',
165 15: 'word_part__ExtGlob',
166 16: 'word_part__BashRegexGroup',
167 17: 'word_part__Splice',
168 18: 'word_part__ExprSub',
169 67: 'Token',
170 69: 'BracedVarSub',
171 70: 'DoubleQuoted',
172 71: 'SingleQuoted',
173 72: 'SimpleVarSub',
174 73: 'CommandSub',
175 74: 'ShArrayLiteral'},
176 'word_t': {3: 'word__BracedTree',
177 4: 'word__String',
178 67: 'Token',
179 68: 'CompoundWord'},
180 'y_lhs_t': {67: 'Token', 96: 'Subscript', 97: 'Attribute'}}