guacamole icon indicating copy to clipboard operation
guacamole copied to clipboard

Control whitespace manually

Open xsawyerx opened this issue 4 years ago • 16 comments

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.

xsawyerx avatar Jun 02 '20 21:06 xsawyerx