We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae80041 commit ec008a8Copy full SHA for ec008a8
gen_parser.py
@@ -118,7 +118,6 @@ def visit_Struct(self, node):
118
119
deserialize_tmpl = Template(filename='./deserialize.mako')
120
serialize_tmpl = Template(filename='./serialize.mako')
121
- walker_tmpl = Template(filename='./walker.mako')
122
out_file = open("./deserialize.c", "w")
123
out_file.write(deserialize_tmpl.render(
124
node_tree=struct_visitor.structs_dict,
0 commit comments