Ultimate Extensible Array Notation (UEAN) is a collab made by 6 peoples, including me, Alemagno, Username, CatIsFluffy, Chronolegends, and Simple_Art.
Also, here is the sheet we are doing other stuff of UEAN.
This sheet shows these tabs, Welcome, Definition, FAQ, Analysis, and Values. That's it.
NOTE: ^ will uses for the rules starting with Arrowed and the expression expansion (A^B will be B groups of A strings).
Basic UEAN is the first extension of UEAN, made by Username.
There is only 1 rule, the base rule: a[0] = 10^a.
Hyperbasic UEAN is the second extension of UEAN, made by Username.
'(A)^(B)' will change into (A)(A)(A)... with B '(A)'s.
Linear UEAN is the third extension of UEAN, made by me.
The last entry of 0 can be removed.
Quadratic UEAN is the fourth extension of UEAN, made by CatIsFluffy.
All of ',0,,'s can be reduce to ',,'s.
Polynomial UEAN is the fifth extension of UEAN, made by Simple_Art.
All of '',^a'0,^b''s can be reduce to ',^b's, if b > a.
Dotted UEAN is the sixth extension of UEAN, made by Chronolegends.
All of '',^a'0;'s can be reduce to ';'s.
Row Dotted UEAN is the seventh extension of UEAN, made by me.
Now we can define separators because it will get more complex. Either ,^n or ,^m;, where n >= 1 and m >= 0 are vaild.
,^n is next separator of ,^(n-1), ; is next separator of all commas, and ,^n; is next separator of ,^(n-1);. Let N(A) will be next separator of A.
All of 'A 0 B's can be reduce to 'B's, if B > A.
Grid Dotted UEAN is the eighth extension of UEAN.
Either ,^n or ,^x;,^y, where n >= 1 and x & y >= 0 are vaild.
Multidotted UEAN is the ninth extension of UEAN.
Either ,^n or ,^m;A, where n >= 1, m >= 0, and A which is vaild separator, are vaild.