tokiwa-software / fuzion

The Fuzion Language Implementation
https://fuzion-lang.dev
GNU General Public License v3.0
45 stars 9 forks source link

parser: improve syntax error on wrong `set` usage. #3262

Closed michaellilltokiwa closed 3 days ago

michaellilltokiwa commented 4 days ago

fixes #627

we can not remove/replace set as a keyword since it used in set [] := as well as set identifier := ...