You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's tokenization code leaking into the parser code (in particular, in parseLiteral()). We should clean this up so it's clearer what's happening with number literals, for example, where we'd expect any number (with underscores, periods, etc.) to come through as one token vs. several.