You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
Though it won't be implemented until after MVP, it would be a breaking change to add the mut keyword to the syntax. To avoid that, add the keyword now and just leave it unenforced until that can be implemented.
Add mut to grammar
Update examples
Document that mut is unenforced for the time-being but will get statically checked soon (change log is sufficient)
Though it won't be implemented until after MVP, it would be a breaking change to add the
mut
keyword to the syntax. To avoid that, add the keyword now and just leave it unenforced until that can be implemented.mut
to grammarmut
is unenforced for the time-being but will get statically checked soon (change log is sufficient)Static checking will be added in #64.
The text was updated successfully, but these errors were encountered: