joews / peach

A functional programming language
MIT License
3 stars 0 forks source link

Do not allow binding to reserved names #45

Open joews opened 7 years ago

joews commented 7 years ago

= = 2

If a function-backed operator like + is assigned to, the error is "+ has already been defined", rather than "+ is reserved."