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

182 lines, 182 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__Use',
64 5: 'debug_frame__ProcLike',
65 6: 'debug_frame__Func',
66 7: 'debug_frame__EvalBuiltin',
67 8: 'debug_frame__EvalMethod',
68 9: 'debug_frame__BeforeErrTrap'},
69 'expr_t': {1: 'expr__Var',
70 2: 'expr__Const',
71 3: 'expr__Place',
72 11: 'expr__Literal',
73 12: 'expr__Lambda',
74 13: 'expr__Unary',
75 14: 'expr__Binary',
76 15: 'expr__Compare',
77 16: 'expr__FuncCall',
78 17: 'expr__IfExp',
79 18: 'expr__Tuple',
80 19: 'expr__List',
81 20: 'expr__Dict',
82 21: 'expr__Implicit',
83 22: 'expr__ListComp',
84 23: 'expr__DictComp',
85 24: 'expr__GeneratorExp',
86 25: 'expr__Range',
87 26: 'expr__Slice',
88 29: 'expr__Spread',
89 69: 'BracedVarSub',
90 70: 'DoubleQuoted',
91 71: 'SingleQuoted',
92 72: 'SimpleVarSub',
93 73: 'CommandSub',
94 74: 'ShArrayLiteral',
95 83: 'Eggex',
96 96: 'Subscript',
97 97: 'Attribute'},
98 'for_iter_t': {1: 'for_iter__Args',
99 2: 'for_iter__Words',
100 3: 'for_iter__YshExpr'},
101 'glob_part_t': {1: 'glob_part__Literal',
102 2: 'glob_part__Operator',
103 3: 'glob_part__CharClass'},
104 'loc_t': {1: 'loc__Missing',
105 4: 'loc__WordPart',
106 5: 'loc__Word',
107 6: 'loc__Arith',
108 7: 'loc__Command',
109 8: 'loc__TokenTooLong',
110 67: 'Token',
111 68: 'CompoundWord'},
112 'parse_result_t': {1: 'parse_result__EmptyLine',
113 2: 'parse_result__Eof',
114 3: 'parse_result__Node'},
115 'pat_t': {1: 'pat__Else', 2: 'pat__Words', 3: 'pat__YshExprs', 83: 'Eggex'},
116 'place_op_t': {1: 'place_op__Subscript', 2: 'place_op__Attribute'},
117 'printf_part_t': {2: 'printf_part__Percent', 67: 'Token'},
118 'proc_sig_t': {1: 'proc_sig__Open', 2: 'proc_sig__Closed'},
119 're_repeat_t': {2: 're_repeat__Range', 67: 'Token'},
120 're_t': {1: 're__Primitive',
121 4: 're__CharClassLiteral',
122 5: 're__CharClass',
123 6: 're__Splice',
124 8: 're__Repeat',
125 9: 're__Seq',
126 10: 're__Alt',
127 11: 're__Group',
128 12: 're__Capture',
129 13: 're__Backtracking',
130 14: 're__LiteralChars',
131 71: 'SingleQuoted',
132 98: 'PosixClass',
133 99: 'PerlClass'},
134 'redir_loc_t': {1: 'redir_loc__Fd', 2: 'redir_loc__VarName'},
135 'redir_param_t': {2: 'redir_param__HereWord',
136 3: 'redir_param__HereDoc',
137 68: 'CompoundWord'},
138 'rhs_word_t': {1: 'rhs_word__Empty', 68: 'CompoundWord'},
139 'sh_lhs_t': {1: 'sh_lhs__Name',
140 2: 'sh_lhs__IndexedName',
141 3: 'sh_lhs__UnparsedIndex'},
142 'source_t': {1: 'source__Interactive',
143 2: 'source__Headless',
144 3: 'source__Unused',
145 4: 'source__CFlag',
146 5: 'source__Stdin',
147 6: 'source__MainFile',
148 7: 'source__OtherFile',
149 8: 'source__Dynamic',
150 9: 'source__VarRef',
151 10: 'source__Variable',
152 11: 'source__Alias',
153 12: 'source__Reparsed',
154 13: 'source__Synthetic'},
155 'suffix_op_t': {2: 'suffix_op__Unary',
156 3: 'suffix_op__Static',
157 4: 'suffix_op__PatSub',
158 5: 'suffix_op__Slice',
159 67: 'Token'},
160 'word_part_t': {2: 'word_part__BashAssocLiteral',
161 4: 'word_part__EscapedLiteral',
162 9: 'word_part__ZshVarSub',
163 11: 'word_part__TildeSub',
164 12: 'word_part__ArithSub',
165 13: 'word_part__BracedTuple',
166 14: 'word_part__BracedRange',
167 15: 'word_part__ExtGlob',
168 16: 'word_part__BashRegexGroup',
169 17: 'word_part__Splice',
170 18: 'word_part__ExprSub',
171 67: 'Token',
172 69: 'BracedVarSub',
173 70: 'DoubleQuoted',
174 71: 'SingleQuoted',
175 72: 'SimpleVarSub',
176 73: 'CommandSub',
177 74: 'ShArrayLiteral'},
178 'word_t': {3: 'word__BracedTree',
179 4: 'word__String',
180 67: 'Token',
181 68: 'CompoundWord'},
182 'y_lhs_t': {67: 'Token', 96: 'Subscript', 97: 'Attribute'}}