@technomancy
you could have a flag for the compiler-parser to keep whitespace and use that whitespace rather than auto-generated one if present.
If you keep the raw string for each token/literal, you can also fix the number thing that way if you want. But not having any string backups has a certain purity that might be your goal 😉