Skip to content

Simplify reader macro to compiler logic #604

Open
@chrisrink10

Description

@chrisrink10

Every time we want to add a new reader macro to Basilisp, changes need to be made to the reader, analyzer, and generator to support those changes. However, it would probably be much simpler if we merely returned some sort of ReaderMacro type from the reader which the compiler could use to generically reconstruct the reader form, so we wouldn't have to add special support to the compiler for every macro form.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions