From 86051da22cc2a0be9766de20a33fe1cd24b0421e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 31 Dec 2019 09:01:17 +0000 Subject: [PATCH] More TODO ideas. --- TODO | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 4ed2e11..379bb14 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,12 @@ -'let :=' for immediate evaluation in assignment. +'let :=' for immediate evaluation in assignment. Does this work +for included files? Default parameters, ie: goal foo (name, release = true) = ... You might only allow defaults to be added to the end, or you might allow goals to be called with labelled parameters. + +Functions, eg. wildcard("*.c"). These should be defined as shell +scripts with a selection of common functions defined in stdlib. + +Allow "-" character in identifiers, so eg. "goal maintainer-clean" works. -- 1.8.3.1