changed syntax for file, md5, once, and always from ?thunk into ?action0 ...

This commit is contained in:
jottbee 2005-02-15 11:37:40 +00:00
parent d587e4152f
commit bf7f4e2afb
1 changed files with 2 additions and 4 deletions

6
SYNTAX
View File

@ -11,7 +11,7 @@ MAKEFILE:
<rule-clause> ::= '(' + <rule-clause-identifier>
+ <target-spec>
+ <prereq-spec>
+ <action-spec> + ')'
+ <action>+ + ')'
<md5-clause> ::= '(' + <md5-clause-identifier>
+ <target-spec>
@ -52,8 +52,6 @@ MAKEFILE:
<prereq> ::= <filename>
<prereq-list> ::= '(' + <filename>* + ')'
<action-spec> ::= <action> | <action-list>
<action> ::= '(' + <thunk>* + ')'
<action-list> ::= '(' + <action>+ + ')'
<action> ::= <function-call> | <value>
<filename> ::= '"' + {<dir-separator> + { 'a'-'z''A'-'Z''0'-'9' ... }+ }+ + '"'