aboutsummaryrefslogtreecommitdiff
path: root/syntax/syntax.go
AgeCommit message (Expand)Author
2021-02-12starlark: add 'bytes' data type, for binary strings (#330)alandonovan
2021-01-25starlark: fix bug in int(string, base=int) (#344)alandonovan
2019-06-04resolve: move resolver types to resolver package (#211)alandonovan
2019-03-08starlark: capture free variables by reference (#172)alandonovan
2019-03-08syntax: expose Binding concept (#171)alandonovan
2019-02-25three comment tweaks (#161)alandonovan
2019-02-22syntax: handle UnaryExpr{Op:STAR, X:nil} (#158)alandonovan
2019-02-13Support keyword-only function parameters (#143)Alan Donovan
2018-12-07Add while statement and allow recursion (#39)Alessandro Arzilli
2018-11-01add docs/PKG/index.html redirects and import commentsAlan Donovan
2018-10-23rename skylark -> starlarkAlan Donovan
2018-03-30skylark: byte code compiler and interpreter (#95)alandonovan
2018-03-13Remove predeclared names from the module globals dict (#86)alandonovan
2018-03-02syntax: add (*LoadStmt).ModuleName accessor method, for convenience (#76)alandonovan
2018-02-26Add new node ParenExpr (#65)Laurent Le Brun
2018-02-22Attach comments to AST nodes. (#64)Laurent Le Brun
2018-01-22Syntax: support multiprecision integer literals (#58)Mohamed Elqdusy
2017-10-02skylark: create GitHub repository from google3@170697745Alan Donovan