How to derive formally a certain sample program from the jsonnet reference manual?

44 views
Skip to first unread message

Evan Aad

unread,
Jun 30, 2024, 8:13:47 PM6/30/24
to Jsonnet
How can the following program, listed in the jsonnet reference manual, be derived from the formal specifications?

local a = local x = 'a'; x;
local foo = local x = 'b'; a;
foo

I don't see any formation rule that allows concatenating expressions.
Reply all
Reply to author
Forward
0 new messages