vendor/gopkg.in/yaml.v2/yamlh.go
changeset 251 1c52a0eeb952
parent 242 2a9ec03fe5a1
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
   577 	indent  int   // The current indentation level.
   577 	indent  int   // The current indentation level.
   578 	indents []int // The indentation levels stack.
   578 	indents []int // The indentation levels stack.
   579 
   579 
   580 	simple_key_allowed bool                // May a simple key occur at the current position?
   580 	simple_key_allowed bool                // May a simple key occur at the current position?
   581 	simple_keys        []yaml_simple_key_t // The stack of simple keys.
   581 	simple_keys        []yaml_simple_key_t // The stack of simple keys.
       
   582 	simple_keys_by_tok map[int]int         // possible simple_key indexes indexed by token_number
   582 
   583 
   583 	// Parser stuff
   584 	// Parser stuff
   584 
   585 
   585 	state          yaml_parser_state_t    // The current parser state.
   586 	state          yaml_parser_state_t    // The current parser state.
   586 	states         []yaml_parser_state_t  // The parser states stack.
   587 	states         []yaml_parser_state_t  // The parser states stack.