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

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