Documentation
¶
Index ¶
- func AbsFloat32(a float32) float32
- func AbsFloat64(a float64) float64
- func Evaluate(node *AST, env *Env) interface{}
- func MaxFloat32(a, b float32) float32
- func MaxFloat64(a, b float64) float64
- func MinFloat32(a, b float32) float32
- func MinFloat64(a, b float64) float64
- func PrettyPrint(w io.Writer, node *AST, indent string)
- type AST
- type Args
- type Env
- type ParseError
- type Token
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AbsFloat32 ¶
func AbsFloat64 ¶
func MaxFloat32 ¶
func MaxFloat64 ¶
func MinFloat32 ¶
func MinFloat64 ¶
Types ¶
type ParseError ¶
type ParseError struct {
// contains filtered or unexported fields
}
func (*ParseError) Error ¶
func (e *ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.