aboutsummaryrefslogtreecommitdiff
path: root/syntax/scan_test.go
AgeCommit message (Expand)Author
2021-02-12starlark: add 'bytes' data type, for binary strings (#330)alandonovan
2020-06-15syntax: permit \" and \' escapes in both "..." and '...' literals (#279)alandonovan
2020-03-26syntax: fix scanString bug affecting REPL (#266)alandonovan
2020-03-26syntax: strict string escapes (#265)alandonovan
2019-08-20syntax: add some scanner test cases (#237)alandonovan
2019-05-28syntax: drop legacy (0644) octal literals (#205)alandonovan
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-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-06-15syntax: rename testdata/def.bzl to something innocuous (#108)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-10syntax: allow newline after expressionAlan Donovan
2017-10-02skylark: create GitHub repository from google3@170697745Alan Donovan