mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
parenthesis by user parenthesis to switch from layout structure to linear text. When copying a layout and pasting it to a textfield, we add required parentheses: 2+1 ----- serializes to ---> [2+1]/3 and is turned to (2+1)/3 before being 3 handled by a textfield.