aboutsummaryrefslogtreecommitdiff
path: root/syntax
AgeCommit message (Expand)Author
2019-01-03syntax: print RBRACE correctly in scan errors (#93)alandonovan
2019-01-02syntax: parse unicode escape sequences as uints (#96)Josh Bleecher Snyder
2018-12-17syntax: improve error message for unmatched close paren (#74)alandonovan
2018-12-12resolve: improve function parameter validation errors (#64)alandonovan
2018-12-09syntax: fix bug in parser (#58)alandonovan
2018-12-09[parser] Unify * and ** parsing. (#57)Taras Tsugrii
2018-12-07syntax: newScanner: return os.PathError when using io.Reader (#46)alandonovan
2018-12-07Add while statement and allow recursion (#39)Alessandro Arzilli
2018-12-03fix nits found by various static tools (#11)alandonovan
2018-11-21all: use explicit URLs to refer to old Starlark issues (#20)alandonovan
2018-11-05update doc URLs broken by rename (#12)alandonovan
2018-11-01add docs/PKG/index.html redirects and import commentsAlan Donovan
2018-10-31rename packages under go.starlark.netAlan Donovan
2018-10-23rename skylark -> starlarkAlan Donovan
2018-10-04syntax: parse "not not x" (#129)alandonovan
2018-08-09Add missing bitwise ops: xor, unary not (~), and shifts (#117)Hittorp
2018-07-02syntax: eliminate a bounds-check (#113)alandonovan
2018-06-15syntax: rename testdata/def.bzl to something innocuous (#108)alandonovan
2018-04-02compile: optimize a+b statically for literal string/list/tuple (#97)alandonovan
2018-03-30skylark: byte code compiler and interpreter (#95)alandonovan
2018-03-13Remove predeclared names from the module globals dict (#86)alandonovan
2018-03-06grammar: fix two problems with CallSuffix (#82)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-02-09Update grammar (#61)Laurent Le Brun
2018-01-22Syntax: support multiprecision integer literals (#58)Mohamed Elqdusy
2018-01-16parser: fix precedence of nested 'if' clauses in list comprehensions (#55)alandonovan
2018-01-08Support binary integers: 0b1101 literals and int("0b1101", 0) (#52)Mohamed Elqdusy
2017-11-10fix vet errors revealed by tip "go test" (#40)alandonovan
2017-10-27syntax: fix scanner position reporting (#34)Ariel Mashraki
2017-10-20syntax: make 'load' a reserved word (#31)alandonovan
2017-10-17doc comments: refer to specification of Skylark, not Bazel or Python (#26)alandonovan
2017-10-11parser: clarify comment re: NEWLINE (#14)alandonovan
2017-10-10syntax: allow newline after expressionAlan Donovan
2017-10-08Removing unnecessary else statements.Diego Siqueira
2017-10-02skylark: create GitHub repository from google3@170697745Alan Donovan