cenotelie / hime

Apache License 2.0
27 stars 4 forks source link

Build issue of generated parser with actions in Rust #48

Closed woutersl closed 6 years ago

woutersl commented 6 years ago

Original report by Laurent Wouters (Bitbucket: 557058:675792b6-d731-4823-9f7d-c6dfcb2df2b5, ).


Currently, when generating parsers with actions in Rust, the generated code cannot be built due to a small error. The parse_utf16 function calls the parse_utf16_with function with a missing parameter (big_endian).

woutersl commented 6 years ago

Original comment by Laurent Wouters (Bitbucket: 557058:675792b6-d731-4823-9f7d-c6dfcb2df2b5, ).


Verified

woutersl commented 6 years ago

Original comment by Laurent Wouters (Bitbucket: 557058:675792b6-d731-4823-9f7d-c6dfcb2df2b5, ).


[fix] Fixed issue #48 Build issue of generated parser with actions in Rust