@ -35,7 +35,8 @@ format in Go projects. The syntax is fairly similar, with a few changes:
json and similar formats parse text and render some kind of parse tree. We do
the same thing in moon, but then we walk the tree and evaluate it, which is why
variables are a thing.
variables are a thing. It's effectively just enough of a dynamic language
interpreter for variables to work.
# Types