mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +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.
ION is the hardware abstraction layer. It does I/O. It exposes a set of headers that are implemented for various hardwares (device, simulator). It is also responsible for setting up the boot environment.