aboutsummaryrefslogtreecommitdiff
path: root/cmd/starlark
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