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
Changed lexer:
- Requires whitespace or identifier after right parenthesis
- Used to require whitespace or operator
- Unsure if could allow all (issue #41)
Can a right parenthesis be followed by another operator or can there be a space after it?
The text was updated successfully, but these errors were encountered: