JuliaIO / ProtoBuf.jl

Julia protobuf implementation
Other
205 stars 55 forks source link

codegen should use `Expr` rather than printing directly to strings #222

Open ExpandingMan opened 2 years ago

ExpandingMan commented 2 years ago

There are several reasons for this:

This would require codegen to be completely rewritten, so it's not a very simple change, but it's good to keep in mind in case major changes are ever made to codegen.