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
Strings can now be (properly) compared with numbers.
- "string" vs "number" no longer throws an error.
- It worked with comparing "number" vs "string" before, almost by accident.
Comments before EOL are now properly handled. (close#3)
- Comments are now handled by parser instead of using a naive regex which gets rid of them before it even went to the parser.