We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, thanks for this great project.
I found an interesting case where the json generated is not parsable.
Input https://github.com/h4ck3rm1k3/gogccintro/blob/master/parser/ast/Ast.go
generates : https://github.com/h4ck3rm1k3/gogccintro/blob/master/parser/ast/Ast_ffjson.go
But I needed to hack the generated code https://github.com/h4ck3rm1k3/gogccintro/blob/master/parser/Ast_ffjson.go
for example : https://github.com/h4ck3rm1k3/gogccintro/blob/master/parser/Ast_ffjson.go#L979 where I allow for a string representation of the int.
mdupont@debian-build-speed:~/experiments/gogccintro/parser$ head -12 gccpretty.json { "Count": { "TheCount": 2311442 }, "NodeTypes": { "\n": { "Count": { "TheCount": 399 }, "AttributeCount": { "2": {
The problem is in the 2 on the last line for example.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
thanks for this great project.
I found an interesting case where the json generated is not parsable.
Input https://github.com/h4ck3rm1k3/gogccintro/blob/master/parser/ast/Ast.go
generates :
https://github.com/h4ck3rm1k3/gogccintro/blob/master/parser/ast/Ast_ffjson.go
But I needed to hack the generated code
https://github.com/h4ck3rm1k3/gogccintro/blob/master/parser/Ast_ffjson.go
for example :
https://github.com/h4ck3rm1k3/gogccintro/blob/master/parser/Ast_ffjson.go#L979
where I allow for a string representation of the int.
The problem is in the 2 on the last line for example.
The text was updated successfully, but these errors were encountered: