Skip to content

Commit 4b4c105

Browse files
committed
add tokenizer for better expression evaluation
1 parent 9241fa6 commit 4b4c105

File tree

3 files changed

+518
-209
lines changed

3 files changed

+518
-209
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ Performs basic mathematical operations.
5050
- Addition: `+`
5151
- Subtraction: `-`
5252
- Multiplication: `*`
53-
- Division: `/`
53+
- Division: `/`
54+
- Parentheses: `()` for grouping
55+
- Negative numbers: `-5`, `(-3 + 2)`

0 commit comments

Comments
 (0)