fabriquer / fabrique

A build description language
Other
3 stars 1 forks source link

Add support for joining iterables #40

Open trombonehero opened 5 years ago

trombonehero commented 5 years ago

It would be nice to be able to write something like:

source_files = (for name in ['subdir1' 'subdir2'] { import(name).source_files }).join();