Skip to content

Commit

Permalink
seq:add floating point support (#6959)
Browse files Browse the repository at this point in the history
* seq:enable parsing of hexadecimal floats

Turn on the float parser. Now it's possible to use hexadecimal floats as
parameters. For example,

    cargo run -- 0x1p-1 3
    0.5
    1.5
    2.5

Issue #6935

---------

Co-authored-by: Daniel Hofstetter <[email protected]>
Co-authored-by: Sylvestre Ledru <[email protected]>
  • Loading branch information
3 people authored Jan 15, 2025
1 parent 6600397 commit 05ada0d
Show file tree
Hide file tree
Showing 5 changed files with 555 additions and 26 deletions.
Loading

0 comments on commit 05ada0d

Please sign in to comment.