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
The lexer doesn't produce the right tokens for character literals. Which causes problems with literals for brackets, like \(, since it throws the matching of brackets off.
Something like this, for instance:
(defopen-close [\) \(])
😢
The text was updated successfully, but these errors were encountered:
The lexer doesn't produce the right tokens for character literals. Which causes problems with literals for brackets, like
\(
, since it throws the matching of brackets off.Something like this, for instance:
😢
The text was updated successfully, but these errors were encountered: