aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2021-01-21resolver: make -nesteddef and -lambda always on (#328)alandonovan
2020-11-11starlark: bring floating-point into spec compliance (#313)alandonovan
2020-06-11starlarkjson: a standard JSON module for Starlark (#179)alandonovan
2019-07-12cmd/starlark: -disassemble flag causes compiler to print disassembly (#207)alandonovan
2019-04-11cmd/starlark: add Go memory profiling support (#190)Josh Bleecher Snyder
2019-04-03starlark: a simple pprof-compatible execution-time profiler (#181)alandonovan
2019-01-30resolve: enable bitwise (& | ~ ^ << >>) operators always (#123)Alan Donovan
2019-01-23cmd/starlark: fix sense of -showenv, flipped my mistakeAlan Donovan
2019-01-03starlark: add StringDict.Keys method (#86)alandonovan
2019-01-02Merge pull request #77 from google/optionsJay Conrod
2018-12-18starlark: permit if/for/while at toplevel if -globalreassignAlan Donovan
2018-12-17starlark: API additions for improved debugging (#76)alandonovan
2018-12-07cmd/starlark: add -c flag to execute cmdline program (#47)Josh Bleecher Snyder
2018-12-07Add while statement and allow recursion (#39)Alessandro Arzilli
2018-11-01simplify welcome messageAlan Donovan
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-08-09Add missing bitwise ops: xor, unary not (~), and shifts (#117)Hittorp
2018-03-13Remove predeclared names from the module globals dict (#86)alandonovan
2017-12-22repl: factor the REPL into a separate package (#50)alandonovan
2017-11-10REPL: add welcome message with doc URL (#41)alandonovan
2017-11-10universe: remove freeze(x) built-in function (#42)alandonovan
2017-11-10implement readline in repl (#39)Daniel, Dao Quang Minh
2017-10-20syntax: make 'load' a reserved word (#31)alandonovan
2017-10-11cmd/skylark: process a single-line load statement without delay (#13)alandonovan
2017-10-11resolve: clarify is{PredeclaredGlobal,Builtin} parameters (#11)alandonovan
2017-10-10cmd/skylark: REPL: support load, and other improvementsAlan Donovan
2017-10-08Changing some outputs from Fprintf to io.WriteStringDiego Siqueira
2017-10-02skylark: create GitHub repository from google3@170697745Alan Donovan