aboutsummaryrefslogtreecommitdiff
path: root/eval_test.go
AgeCommit message (Expand)Author
2018-10-22skylark: fix a crash in call f(*args, named=value) (#136)alandonovan
2018-08-09Add missing bitwise ops: xor, unary not (~), and shifts (#117)Hittorp
2018-07-02Builtin: push a Frame on the Thread's stack even when calling Builtins (#112)alandonovan
2018-03-30skylark: byte code compiler and interpreter (#95)alandonovan
2018-03-13Remove predeclared names from the module globals dict (#86)alandonovan
2018-02-26eval: allow 'list += x' where x is not iterable but defines list+x (#70)alandonovan
2018-02-22Attach comments to AST nodes. (#64)Laurent Le Brun
2017-11-10universe: remove freeze(x) built-in function (#42)alandonovan
2017-10-11Fix tiny vet error (#20)Jay Conrod
2017-10-11UnpackArgs: permit parameters of user-defined Value subtypes (#12)alandonovan
2017-10-11resolve: clarify is{PredeclaredGlobal,Builtin} parameters (#11)alandonovan
2017-10-09skylark: add API to enable repeat executionAlan Donovan
2017-10-02skylark: create GitHub repository from google3@170697745Alan Donovan