Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleferri authored Sep 19, 2024
1 parent 2363c59 commit 0b5a641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### Simple expression evaluator

Supports +, -, *, /, (), variables and functions.
Supports +, -, *, /, (), >, >=, ==, !=, <=, <, ?:, variables and functions.
```d
import std.stdio;
import std.math;
Expand Down Expand Up @@ -45,4 +45,4 @@ void main() {
assert(expr2("((a - 3) * b + 1) * s(b - 1)") == 5);
}
```
```

0 comments on commit 0b5a641

Please sign in to comment.