Skip to content

Use module-lexer to parse comments #299

Open
@jackfirth

Description

@jackfirth

The current comment parsing code in Resyntax is specific to #lang racket, incomplete, and irritating to maintain. Resyntax should use module-lexer to find comment locations in the file. This will properly handle expression comments like #;(foo). It should also work automatically for comments in other languages, hopefully making #270 easier to implement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions