//
pkg.gl
Category
github.com/paulsonkoly/calc
types
value
package
1.5.0
Repository:
https://github.com/paulsonkoly/calc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
5
Files
555 SLOC
#
Functions
NewArray
NewArray allocates a new array value.
NewBool
NewBool allocates a new bool value.
NewFloat
NewFloat allocates a new float value.
NewFunction
NewFunction allocates a new function value.
NewInt
NewInt allocates a new int value.
NewString
NewString allocates a new string value.
#
Variables
ErrIndex
Predefined errors.
ErrNil
Predefined errors.
ErrType
Predefined errors.
ErrZeroDiv
Predefined errors.
Nil
Nil is the nil value.
#
Structs
FunctionData
A structure that represents a function value.
Type
Type is evaluation result value.