expr icon indicating copy to clipboard operation
expr copied to clipboard

Support power operator via ^

Open jarrodspurrier opened this issue 3 years ago • 1 comments

Would love to have the library able to interpret the power operator (^).

jarrodspurrier avatar Jun 02 '22 02:06 jarrodspurrier

Just found the operator override documentation, however it doesn't appear to allow me to override the "^" character. I get the following error: unrecognized character: U+005E '^'

Looks like you might just need to add the '^' rune to here?

jarrodspurrier avatar Jun 02 '22 03:06 jarrodspurrier

Done!

antonmedv avatar Nov 05 '22 19:11 antonmedv