salmanahmad / silo

The Silo Programming Language
0 stars 0 forks source link

Splice macros #122

Open salmanahmad opened 10 years ago

salmanahmad commented 10 years ago

Use case:

template(m(args ...) {
   map.create(args)
})

Will not work. I need to "splice" in the args so that they are the children not a single child.