-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
#185 introduces a lexer that can recognize and get spans for comments, which will be useful for developing the formatter. However, at the moment, the parser simply discards comment tokens, similar to the pest parser.
If the comment spans aren't enough, we should consider how to integrate comments into the parsed tree (or perhaps build a separate one specifically for the formatter and related tools).
Metadata
Metadata
Assignees
Labels
No labels