PREV INDEX NEXT

Author: Unknown
Subject: parsley circular definition?
Date: Friday, 18 Sep 2020, 05:32:38

I'm trying to understand the appendix of parsley, specifically the syntax of [command]. I'm a little confused here -- it seems like [command] relies on [sequence] to be defined, [sequence] relies on [and-or], [and-or] relies on [pipeline], [pipeline] relies on [stage], [stage] relies on [subcmd], and [subcmd] relies on [command]. Is this a circular definition? Or would you keep parsing until which is [simple]?
PREV INDEX NEXT