StardustPL / Stardust

"A programming language that doesn't make me angry to use it."
https://StardustPL.GitHub.IO/
The Unlicense
4 stars 0 forks source link

Planning: Operators #9

Open LB-- opened 9 years ago

LB-- commented 9 years ago

All operators are either prefix or infix, there are no postfix operators.

There are no special requirements on the naming of operators other than that they are valid identifiers.

LB-- commented 8 years ago

See #22

Effectively, any function which can take one or two parameters is also an operator. (Unless I decide that operators must be declared as such). #17 will need some considering...