Skip to content

Refactor away parser module #31

@indiv0

Description

@indiv0

Currently the parser module contains the code for all of our nom-based parsers. Because these parsers produce types which already exist in our codebase, it would make sense to move these parsers from the parser module to parse methods in the implementations of these types themselves.

Perhaps they could even by unified behind a Parsable trait.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions