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
Syntax sugar ["literal_string"] for SHARPOPs ## and #= (#2051)
* Syntax sugar `["literal_string"]` for SHARPOPs `##` and `#=`
* rebase on master after #2050, parse `#=` with higher precedence, parens
unnecessary on the right side
* array, string and bigarray get also get `#=` -> `=`
* rebase on fast pipe fix
* small refactor
* Fix printer after rebase (caused by earlier refactor)
* fix tests after rebase
* Fixes after rebase
0 commit comments