aboutsummaryrefslogtreecommitdiff
path: root/syntax/scan.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
2020-03-26syntax: fix scanString bug affecting REPL (#266)alandonovan
2020-01-25Fix ineffective assignments (#258)Misha Brukman
2019-05-28syntax: drop legacy (0644) octal literals (#205)alandonovan
2019-04-04starlark: return EvalErr for errors originating in built-ins (#188)alandonovan
2019-03-01all: use strings.Builder (#163)Josh Bleecher Snyder
2019-01-31syntax: fix outdent bug in scanner (#105)alandonovan
2019-01-09syntax: fix bug scanning ~= (#110)alandonovan
2019-01-04syntax: improve REPL parsing (#98)alandonovan
2019-01-03syntax: print RBRACE correctly in scan errors (#93)alandonovan
2018-12-17syntax: improve error message for unmatched close paren (#74)alandonovan
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-05update doc URLs broken by rename (#12)alandonovan
2018-10-31rename packages under go.starlark.netAlan Donovan
2018-10-23rename skylark -> starlarkAlan Donovan
2018-08-09Add missing bitwise ops: xor, unary not (~), and shifts (#117)Hittorp
2018-07-02syntax: eliminate a bounds-check (#113)alandonovan
2018-03-30skylark: byte code compiler and interpreter (#95)alandonovan
2018-02-22Attach comments to AST nodes. (#64)Laurent Le Brun
2018-01-22Syntax: support multiprecision integer literals (#58)Mohamed Elqdusy
2018-01-08Support binary integers: 0b1101 literals and int("0b1101", 0) (#52)Mohamed Elqdusy
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-02skylark: create GitHub repository from google3@170697745Alan Donovan