Anonymous field handling for NBT
This commit is contained in:
@ -20,7 +20,7 @@ const (
|
||||
|
||||
// These values are stored in the parseState stack.
|
||||
// They give the current state of a composite value
|
||||
// being scanned. If the parser is inside a nested value
|
||||
// being scanned. If the parser is inside a nested value,
|
||||
// the parseState describes the nested state, outermost at entry 0.
|
||||
const (
|
||||
parseCompoundName = iota // parsing tag name (before colon)
|
||||
|
Reference in New Issue
Block a user