Skip to content

Commit

Permalink
Add TODO item to README
Browse files Browse the repository at this point in the history
  • Loading branch information
FourteenBrush committed Jun 20, 2024
1 parent 2d41ba5 commit 8588c51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ The parser ignores spaces, except for spaces between two parts of a number, whic

A list of examples (tests, which should all be working) can be found in the [tests](core/src/test/resources/positive-input.csv) file.

## TODO
## TODO (no particular order)

- [x] Implementing multiple operators together with operator priority
- [x] Implementing function calls
Expand All @@ -197,6 +197,7 @@ A list of examples (tests, which should all be working) can be found in the [tes
- [ ] Allow numeric values with different bases, e.g. 0x1, 0b2.
- [ ] Allowing to insert variables through the parser, e.g. "x = sqrt(16)"
- [ ] Allow multi-line expressions
- [ ] Allow expressions to be cached for later reuse

## More examples:

Expand Down

0 comments on commit 8588c51

Please sign in to comment.