emdash / udlang

A practical, functional language for stream processing.
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Reserved Keywords and Operators #45

Open emdash opened 3 years ago

emdash commented 3 years ago

Looking over roadmap for future features I might want to implement, and come up with a list of reserved words that are not allowed to be used as identifiers:

Keywords

Operators

It's easier to drop reserved words than to add them, so this should be aggressive.