Wendicka / Scyndi

Experimental programming language
GNU General Public License v3.0
0 stars 0 forks source link

Do, or do we not need semicolons #56

Open Tricky1975 opened 6 years ago

Tricky1975 commented 6 years ago

To my horror, I saw I forgot to take target languages that require semicolons after each instruction well into account. This was no problem when focussing on Lua and BlitzMax for targets (as they do support them but don't require them), but when Scyndi has to support languages like Pascal, Java, C or C++ this WILL be a problem.... :-/