Usage example in README.md is broken and outputs compile error:
./go_parser.go:25:11: unknown field 'Comments' in struct literal of type visitor.Dumper
./go_parser.go:26:12: unknown field 'Positions' in struct literal of type visitor.Dumper
./go_parser.go:30:15: cannot use visitor (type visitor.Dumper) as type walker.Visitor in argument to rootNode.Walk:
visitor.Dumper does not implement walker.Visitor (EnterChildList method has pointer receiver)
Usage example in README.md is broken and outputs compile error:
Working example should be like: