Skip to content

Use Shunting-yard algorithm for generating transforms #34

Open
@malramsay64

Description

The (shunting-yard)[https://en.wikipedia.org/wiki/Shunting-yard_algorithm) algorithm is a general method of calculating a mathematical expression from a text input. This would handle the general case much better.

There are a number of implementations in rust

I will need some modifications to this algorithm since I am using it to fill values in a matrix so I don't think using an external crate is the solution.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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