Skip to content

Instantly share code, notes, and snippets.

@spikespaz
Created April 22, 2025 12:24
Show Gist options
  • Save spikespaz/535e31589452e1550870214207ea1044 to your computer and use it in GitHub Desktop.
Save spikespaz/535e31589452e1550870214207ea1044 to your computer and use it in GitHub Desktop.
My personal stance is that 1. all adjacent whitespace can be represented by a single token, 2. whitespace between expressions is significant, 3. whitespace adjacent to punctuation is parsed with the operator token, 4. no other whitespace is significant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment