Re: Some problems with rexpr and rexpr_full example code
Maarten Verhage <[email protected]> Wed, 19 Jun 2019 16:57:05 +0000
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <HE1PR06MB303657F901035F73A4756E3EBAE50@HE1PR06MB3036.eurprd06.prod.outlook.com> |
Hi Dan, Of course! How stupid of me. I tried that and parsing succeeded now. I think I missed a very important kindergarten class ;-) Regards, Maarten ----- Original Message ----- From: "Dan Bloomquist" <[email protected]> To: "Maarten Verhage" <[email protected]>; "Spirit General Mailing List" <[email protected]> Sent: Wednesday, June 19, 2019 18:47 Subject: Re: [Spirit-general] Some problems with rexpr and rexpr_full example code > Maarten Verhage wrote: >> Now I do believe the idea about recursion is that it shouldn’t set a >> limit >> on how deep you nest in the input file. So I try: >> >> { >> "color" = "pink" >> "size" = "230 mm" >> "position" = { "x" = "-16" "y" = "2" "nextrecursion" = { "width" = "6" >> height = "28" >> } >> } >> } > Hi Maarten, > > Put quotes around height and try it. That works for me. > Best, Dan. > >