lremes/update-readme
main
@ -22,6 +22,15 @@ calc> (2+2)*(2+2)
calc>
```
Bitwise operations supported too:
might also be good to add a section that shows you can do cross-format calculations, like 0xf+1 will actually correctly resolve
0xf+1
or actually probably better in another PR
calc> 2|2
2
Notice how we print the output with a bit of spacing followed by a new prompt.
**Switching Formats**
might also be good to add a section that shows you can do cross-format calculations, like
0xf+1will actually correctly resolveor actually probably better in another PR