Skip to content

Commit

Permalink
google/skylark project moved to starlark-go (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfm authored and laurentlb committed Nov 6, 2018
1 parent 293619f commit 96fa82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ evolution of Starlark.
The implementations below are not full compliant to the specification yet. We
aim to remove the differences and provide a common test suite.

* in Go: https://github.com/google/skylark/
* in Go: https://github.com/google/starlark-go/
* in Java:
https://github.com/bazelbuild/bazel/tree/master/src/main/java/com/google/devtools/skylark
* in Rust: https://github.com/google/starlark-rust/
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ core language. For example, Starlark is embedded within (and was
originally developed for) the [Bazel build tool](https://bazel.build).

This document was derived from the [description of the Go
implementation](https://github.com/google/skylark/blob/master/doc/spec.md)
implementation](https://github.com/google/starlark-go/blob/master/doc/spec.md)
of Starlark.
It was influenced by the Python specification,
Copyright 1990–2017, Python Software Foundation,
Expand Down

0 comments on commit 96fa82b

Please sign in to comment.