Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gram file format question #37

Open
moxious opened this issue Mar 3, 2020 · 2 comments
Open

Gram file format question #37

moxious opened this issue Mar 3, 2020 · 2 comments

Comments

@moxious
Copy link
Contributor

moxious commented Mar 3, 2020

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.

@jakewins
Copy link
Owner

jakewins commented Mar 4, 2020

@eastlondoner

@eastlondoner
Copy link
Collaborator

ah just seen this. It's because the output is being done using off the shelf json formatter and that is more correct json behaviour
json::stringify(properties_gram_ready)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants