Unicode Source Format
From dis-Emi-A
ASCII source format needs to be maintained to be editable in older editors and to allow entry of symbols with a normal keyboard. However, a preferred Unicode syntax will exist which will make the visuals better and simplify parsing.
That is, the first step before compilation will be conversion to the Unicode format following specific conversion rules.
Conversion Rules
- In ASCII files all operators must be preceeded and suceeded by whitespace or a parenthesis.
- In Unicode, as operators are unique, no space is necessary
