1 | cpp_namespace = 'shared_variant_asdl' |
2 | tags_to_types = \ |
3 | {'cflow_t': {1: 'cflow__Break', 2: 'cflow__Continue', 3: 'cflow__Return'}, |
4 | 'expr_t': {1: 'expr__Binary', 65: 'DoubleQuoted'}, |
5 | 'tok_t': {1: 'tok__Eof', 66: 'Token'}, |
6 | 'word_part_t': {1: 'word_part__Literal', 65: 'DoubleQuoted'}} |