Kevinpgalligan / ka

A calculator language.
MIT License
5 stars 0 forks source link

Rationals should be surrounded by brackets when copied to input #11

Closed Kevinpgalligan closed 7 months ago

Kevinpgalligan commented 7 months ago

This...

1GB / (111 kB|s)

...when evaluated, leads to this...

1000000/111 s

...appearing at the REPL. That gets treated as 1000000 / (111 s) instead of (1000000/111) s.