mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
We check the context: if an identifier is already a function, we interpret it as such, otherwise it is a symbol. This way, in the Equation app, x(x+1) is interpreted as x*(x+1)
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.