Support code in !dmap defs
ingydotnet opened this issue · 0 comments
ingydotnet commented
This:
foo: 1
!code:
when x > 10: {:bar 2 :baz 3}
quux: 4
compiles to:
(merge
{"foo": 1}
(when (> x 10) {"bar": 2, "baz": 3})
{quux: 4})
ingydotnet opened this issue · 0 comments
This:
foo: 1
!code:
when x > 10: {:bar 2 :baz 3}
quux: 4
compiles to:
(merge
{"foo": 1}
(when (> x 10) {"bar": 2, "baz": 3})
{quux: 4})