package
0.0.0-20210525052339-fb7d6bd9331e
Repository: https://github.com/lab47/exprcore.git
Documentation: pkg.go.dev
# Variables
obsolete; bitwise operations (&, |, ^, ~, <<, and >>) are always enabled.
allow floating point literals, the 'float' built-in, and x / y.
allow reassignment to top-level names; also, allow if/for/while at top-level.
allow lambda expressions.
allow def statements within function bodies.
allow while statements and recursive functions.
allow the 'set' built-in.
load creates global not file-local bindings (deprecated).