Skip to content

Tree parser generator #3

@luikore

Description

@luikore

For uniform optimization (tree transformation) and compiler crafting.

For example, this rule (API is still under considering) will reduce a nested parser to an optimized one:

tree [Until, [Pattern]] do |parser|
  UntilPattern[parser.some.some]
end

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