Skip to content

Commit

Permalink
README: add note on Stability. Also, TOC for impl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adonovan committed Oct 2, 2017
1 parent 3bd5d1b commit f09c8ae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ If the copyright holder for your contribution has already completed
the agreement in connection with another Google open source project,
it does not need to be completed again.

### Stability

We reserve the right to make breaking language and API changes at this
stage in the project, although we will endeavor to keep them to a minimum.
Once the project has its long-term name (see below) and location, and
the Bazel team has finalized the version 1 language specification,
we will be more rigorous with interface stability.

### Credits

Expand Down
9 changes: 8 additions & 1 deletion doc/impl.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
This document describes some of the design choices of the Go
implementation of Skylark.

[TOC]

* [Scanner](#scanner)
* [Parser](#parser)
* [Resolver](#resolver)
* [Evaluator](#evaluator)
* [Data types](#data-types)
* [Testing](#testing)


## Scanner

Expand Down

0 comments on commit f09c8ae

Please sign in to comment.