Another option that would be nice to have:
Replace tabs in strings by \t.
Some editors replace tabs by spaces. Normally this is
just fine
with me (I hate tabs). But if the tab was inside a literal
string, then in fact the program will be changed by
that editor.
To prevent this, GC could replace tabs in literal
strings by
spaces.
GC.uranium@neverbox.com