Something, something, something, Syptonic.
- Conditionals (
if,elif, andelse) - Loops (
for,foreach, andwhile) - Variable immutability
- Basic arithmetic operations (
+,-,*,/,++,--,+=,-=,*=,/=) - Optional type annotation (You can use the
anytype if you wanna) match-findstatements! basicallymatch-casebut weird!!
- Allow one liners (rework basically everything that uses brackets :<)
- Remove useless errors (would do this now but im too busy (lazy))
- Just run the
.batfile with the name of your Syptonic file! - To only Compile Syptonic and not run it just add
-cto the end!! - To delete the Python file after it runs add the
-dflag!!
syptonic.bat -c main.syp