|
|
@ -83,6 +83,6 @@ The complete grammar of a batch file is defined by: |
|
|
|
<include list> ::= '"include": [' <paths> ']' |
|
|
|
<batch list> ::= '"batches": [' <batches> ']' |
|
|
|
<paths> ::= <path> | ',' <paths> |
|
|
|
<batches> ::= <batch> | ',' >batch> |
|
|
|
<batches> ::= <batch> | ',' <batches> |
|
|
|
``` |
|
|
|
--- |