Skip to content

Implement custom floating point parsing and printing functions #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pvginkel opened this issue Jun 21, 2015 · 0 comments
Closed

Implement custom floating point parsing and printing functions #42

pvginkel opened this issue Jun 21, 2015 · 0 comments

Comments

@pvginkel
Copy link
Contributor

Floating point parsing and printing is very limited in Rust. Parsing is just plain wrong, see e.g. Rust issue #24557, and printing can only be done using static formatters using the format! macro.

@pvginkel pvginkel added this to the Interpreter milestone Jun 21, 2015
pvginkel added a commit that referenced this issue Jun 27, 2015
Implemented a custom numeric parser from libc, through the crate strtod, and a custom numeric printer taken from the Jurassic project.

Bug: #42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant