box icon indicating copy to clipboard operation
box copied to clipboard

Layer composition DSL

Open erikh opened this issue 8 years ago • 0 comments

layer do
  run "one"
  copy "two", "two"
  run "three"
end

layer do
  run "another!"
  copy "woo", "woo"
end

This executes the series of commands within the block to a single layer; this would allow for the logical grouping of commands related to a particular subject.

erikh avatar Mar 24 '17 12:03 erikh