mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 13:50:28 +01:00
"2^3 !" would be serialized as "2^3*!", which is wrong. It is now serialized as "2 Ion::Charset::Superscript 3 Ion::Charset::Superscript !" and parsed correctly.