OILS / _gen / asdl / examples / shared_variant.asdl_debug.py View on Github | oilshell.org

6 lines, 6 significant
1cpp_namespace = 'shared_variant_asdl'
2tags_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'}}