b268fc058c
This is roughly modeled after Python's grammar. My thinking is an explicit list of pls is enough of a special case for its own syntax, and limiting the only pl scenario with unbounded arguments potentially simplifies argument parsing in the future. Before: -Plist(1,2,3) After: -P[1,2,3]