Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

A better parser #11

Description

@maemre

The current parser using nom is not very developer-friendly or user-friendly. We may want to write a parser that is easier to maintain and that can produce better error messages. Using a parser combinator library that is not macro-based can help with the former. Also, we may use shunting-yard algorithm to allow custom operators (similar to Prolog/Haskell).

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