forked from google/starlark-go
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
John S. Ryan edited this page Oct 7, 2022
·
1 revision
This is a fork of Google's Starlark configuration language, designed for use in ytt
.
The differences are:
- blocks close with the
end
"keyword" rather than indentation (so that Starlark can be embedded within an underlying data structure that interprets indentation, like YAML) - the
pass
keyword is disallowed (so that ...)
Approach:
- each revision of this fork is tracked on a separate branch
- once a revision is in use, no new commits are added to the corresponding branch
Branches:
-
master
— local tracking the upstream branch of the same name -
ytt
— first version of this fork used in ytt -
ytt-1-jul-2020
— first revision of this fork, produced circa July 2020 -
ytt-2-oct-2022
— second revision of this fork, produced circa October 2022