RustPython / Parser

MIT License
77 stars 29 forks source link

Add a function for underline handling in `literal/src/float.rs` . #122

Closed dannasman closed 4 months ago

dannasman commented 4 months ago

Hi!

This PR is related to PR #5356 in the RustPython repo. While investigating the NumberFormatBuilder I noticed that even though the flag fraction_consecutive_digit_separator is set to false the parser processed the bytes as if it was set to true. This observation was also made in issue #96 in the rust-lexical repo.