eval icon indicating copy to clipboard operation
eval copied to clipboard

Problem with negativ numbers.

Open jnphilipp opened this issue 6 years ago • 2 comments

  • eval("-5") results in Err(StartWithNonValueOperator)
  • eval("5*-5") results in Err(DuplicateOperatorNode)

jnphilipp avatar Oct 03 '18 20:10 jnphilipp

Y this crate can't yet handle correctly uniary operators example true && !false will also fail, but also wanna say thanks ! @fengcen , definitely a powerful tool still

sigmaSd avatar Dec 01 '18 20:12 sigmaSd

Sorry guys. I have no time and interest in Rust right now. This project is going to Abandoned status.

fengcen avatar Jan 19 '19 01:01 fengcen