crytic / roundme

GNU Affero General Public License v3.0
86 stars 6 forks source link

Feature request: support negative values #2

Open 0xicingdeath opened 10 months ago

0xicingdeath commented 10 months ago

-1 * x will throw the following error

thread 'main' panicked at src/main.rs:61:60:
called `Result::unwrap()` on an `Err` value: UnrecognizedToken { token: (1, Token(7, "-"), 2), expected: ["\"(\"", "r#\"[0-9]+\"#", "r#\"[a-zA-Z]+\"#"] }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace