aboutsummaryrefslogtreecommitdiff
path: root/syntax/parse_test.go
AgeCommit message (Expand)Author
2021-02-12starlark: add 'bytes' data type, for binary strings (#330)alandonovan
2021-02-08syntax: support setting initial line/col for scanner (#349)alandonovan
2019-06-04resolve: move resolver types to resolver package (#211)alandonovan
2019-05-28syntax: make ParseExpr accept unparenthesized tuples (#206)alandonovan
2019-02-22syntax: handle UnaryExpr{Op:STAR, X:nil} (#158)alandonovan
2019-02-13Support keyword-only function parameters (#143)Alan Donovan
2019-01-25syntax: check for trailing junk in ParseCompoundStmt (#124)alandonovan
2019-01-04syntax: improve REPL parsing (#98)alandonovan
2018-11-21all: use explicit URLs to refer to old Starlark issues (#20)alandonovan
2018-10-31rename packages under go.starlark.netAlan Donovan
2018-10-23rename skylark -> starlarkAlan Donovan
2018-04-02compile: optimize a+b statically for literal string/list/tuple (#97)alandonovan
2018-02-26Add new node ParenExpr (#65)Laurent Le Brun
2018-02-22Attach comments to AST nodes. (#64)Laurent Le Brun
2018-01-16parser: fix precedence of nested 'if' clauses in list comprehensions (#55)alandonovan
2017-10-20syntax: make 'load' a reserved word (#31)alandonovan
2017-10-10syntax: allow newline after expressionAlan Donovan
2017-10-02skylark: create GitHub repository from google3@170697745Alan Donovan