Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParserError ¶
type ParserError struct {
// contains filtered or unexported fields
}
func (*ParserError) Error ¶
func (e *ParserError) Error() string
type UnsupportedOperandError ¶
type UnsupportedOperandError struct {
// contains filtered or unexported fields
}
func (*UnsupportedOperandError) Error ¶
func (e *UnsupportedOperandError) Error() string
type UnsupportedOperatorError ¶
type UnsupportedOperatorError struct {
// contains filtered or unexported fields
}
func (*UnsupportedOperatorError) Error ¶
func (e *UnsupportedOperatorError) Error() string
Click to show internal directories.
Click to hide internal directories.