package
0.0.0-20181101142754-a5f7082aabed
Repository: https://github.com/google/skylark.git
Documentation: pkg.go.dev
# Variables
allow bitwise operations (&, |, ^, ~, <<, and >>).
allow floating point literals, the 'float' built-in, and x / y.
allow reassignment to globals declared in same file (deprecated).
allow lambda expressions.
allow def statements within function bodies.
allow the 'set' built-in.