Skip to content
New issue

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

Putting comments in function calls breaks everything. #49

Closed
Bravotic opened this issue May 4, 2023 · 0 comments
Closed

Putting comments in function calls breaks everything. #49

Bravotic opened this issue May 4, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Bravotic
Copy link
Member

Bravotic commented May 4, 2023

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.

@Bravotic Bravotic added the bug Something isn't working label May 4, 2023
@Bravotic Bravotic added this to the Crow v1.0 milestone May 4, 2023
@Bravotic Bravotic self-assigned this May 4, 2023
Bravotic added a commit that referenced this issue May 4, 2023
This may be needed in some specific situation, but for the most part, I
don't think this removal should do anything.
@Bravotic Bravotic closed this as completed May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant