>>11414609What about this thing I came up with:
every term is coupled to an indicator of "priority" indicating which one should be applied first... example, the following expression:
A2 B3 C4 D1 E1 F3 G2 H1 I1 J1
means:
A2 B3 (C D)1 E1 F3 G2 H1 I1 J1
which means:
A2 (B (C D))1 E1 (F G)2 H1 I1 J1
which means:
(A (B (C D)))1 E1 ((F G) H)1 I1 J1
which means:
((A (B (C D))) (E (((F G) H) (I J))))