We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments in a call like
(defun test () ;; comment (println "Testing"))
cause the parser to freeze. This is most likely an issue with the parser, fix it.
The text was updated successfully, but these errors were encountered:
[#49] Stop resetting parser state after a comment
42c2e25
This may be needed in some specific situation, but for the most part, I don't think this removal should do anything.
Bravotic
No branches or pull requests
Comments in a call like
cause the parser to freeze. This is most likely an issue with the parser, fix it.
The text was updated successfully, but these errors were encountered: