Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
MaxErrors int // the number of errors before bailing out, if it is 0 or less then it will capture all errors
Predecl bool // inject pre-identified values into the parser while parsing
// contains filtered or unexported fields
}
Config controls the behavior of the parser during parsing.
Click to show internal directories.
Click to hide internal directories.