Tighter control over braced-expression list separators.
(cherry picked from commit 2921d47fb3
)
This commit is contained in:
parent
81e51b00ca
commit
a96e16b766
|
@ -125,7 +125,7 @@ namespace SPICE_GRAMMAR
|
||||||
// Note: we must support lists of both braced expressions and tokens for CPL models...
|
// Note: we must support lists of both braced expressions and tokens for CPL models...
|
||||||
// ... but lists of tokens breaks cases where we have single-token name/values.
|
// ... but lists of tokens breaks cases where we have single-token name/values.
|
||||||
struct param : identifier {};
|
struct param : identifier {};
|
||||||
struct paramValue : sor<list<bracedExpr, sep>,
|
struct paramValue : sor<list<bracedExpr, opt<one<' '>>>,
|
||||||
vectorExpr,
|
vectorExpr,
|
||||||
token> {};
|
token> {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue