jet / falanx

Generates F# code from protobuf schema for binary and json format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generated Fleece Codec code has bind_guid in the generated output

7sharp9 opened this issue · comments

Better generated code should be output, the bind_<guid> code looks to be intermediate tuple allocations too, technically we should be able to remove these completely as this is an artefact of the Expr -> ParseTree

No longer a guid but the code can be improved by the quotation simplifier, this is finished but not yet tested or enabled