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

Fix Lisp comments #493

Merged
merged 7 commits into from
Jun 7, 2023
Merged

Fix Lisp comments #493

merged 7 commits into from
Jun 7, 2023

Conversation

vinc
Copy link
Owner

@vinc vinc commented Jun 4, 2023

Fix a few remaining edge cases after #489

  • Handle multiple successive line comments
  • Handle line comments at the end of input
  • Handle inline comments at the end of input
# A line comment
# Another line comment
(+ 1 2 3) # Inline comment
# Yet another line comment
# One last line comment

@vinc vinc marked this pull request as ready for review June 4, 2023 13:58
@vinc vinc merged commit 3d815de into trunk Jun 7, 2023
@vinc vinc deleted the fix/lisp-comments branch June 7, 2023 07:16
@vinc vinc mentioned this pull request Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant