Re: Some problems with rexpr and rexpr_full example code
Dan Bloomquist <[email protected]> Wed, 19 Jun 2019 09:47:25 -0700
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <[email protected]> |
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.