diff options
Diffstat (limited to 'build2/list')
-rw-r--r-- | build2/list | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build2/list b/build2/list index adc00bf..179962c 100644 --- a/build2/list +++ b/build2/list @@ -1,3 +1,13 @@ +? Alternative/different syntax for operations on command line [idea] + + Something that doesn't require quoting and maybe even parens. Some ideas: + + configure[foo/@bar/] + configure{foo/@bar/} + configure: foo/@bar/ [.] # flat spec? + + Would be nice to also make sure auto-completion is not inhibited. + - Value pack (comma-separated list of values) [idea] Could be used in function calls, attributes, config initializer. Question is |