jmeaster30 / ocean

A C-like programming language (get it like sea-like like an ocean lol)
GNU General Public License v3.0
0 stars 0 forks source link

Add alternative operators that spell out their action #32

Closed jmeaster30 closed 11 months ago

jmeaster30 commented 1 year ago

I have seen in many languages such as Python, C#, and jakt (and probably many more) operators that are words instead of symbols and in some cases either use the spelled-out operator or the symbolic operator.

I really like this option since it makes things more readable.

So, for the following operators I would like to add spelled-out alternatives to the symbolic operator:

It may be fun to add spelled-out versions of each operator just to see how it is

jmeaster30 commented 11 months ago

Cleaning up old ocean issues that are obsolete