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 was archived by the owner on Jun 15, 2023. It is now read-only.
For beginners, it is confusing that list{1,2}works while list {1,2} does not work, it is a whitespace sensitive language now.
I propose that we lex list\ws+{ as a token, so that we can parse both
cc @IwanKaramazow let me know what you think?
indeed, we have to document list{ as a gotcha some where, I regert that I did not stand firm to use #{ as list instead, but now let's move on and accept it as is
Uh oh!
There was an error while loading. Please reload this page.
For beginners, it is confusing that
list{1,2}
works whilelist {1,2}
does not work, it is a whitespace sensitive language now.I propose that we lex
list\ws+{
as a token, so that we can parse bothcc @IwanKaramazow let me know what you think?
cc @butterunderflow
The text was updated successfully, but these errors were encountered: