-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Some places shouldn't have spaces. For example, $foo->@[$foo] cannot be written as $oo -> @ [ $ foo ].
By default, our BNF ignores all spaces and we play around t make it not ignore spaces in critical places.
We should remove the automatic spaces in our BNF and then add spaces where we think appropriate.
Reactions are currently unavailable