Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Shunting Yard parser to handle prefix and postfix operators #16

Open
stefnotch opened this issue Aug 23, 2023 · 0 comments
Open

Comments

@stefnotch
Copy link

The current expression parser only handles infix operators https://docs.rs/combine-language/latest/combine_language/fn.expression_parser.html . Ideally, it would be extended to handle prefix and postfix operators.

See also Marwes/combine#358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant