Notice the output syntax in the text on this: #36
Note that the "x" param is in quotes, when it needn't be, and how in the standard miserables.gram it doesn't show this same format:
(`Child1`:Person {name: "Child1", group:10})
Probably not harmful, but notable that the gram backend I guess is outputting unnecessary extra stuff, presumably not required by the gram format.
Notice the output syntax in the text on this: #36
Note that the "x" param is in quotes, when it needn't be, and how in the standard
miserables.gramit doesn't show this same format:Probably not harmful, but notable that the gram backend I guess is outputting unnecessary extra stuff, presumably not required by the gram format.