Created
April 22, 2025 12:24
-
-
Save spikespaz/535e31589452e1550870214207ea1044 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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