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

operator overloads #70

Closed
furesoft opened this issue May 23, 2020 · 3 comments
Closed

operator overloads #70

furesoft opened this issue May 23, 2020 · 3 comments

Comments

@furesoft
Copy link

please add operator overload such as + and |

@benjamin-hodgson
Copy link
Owner

You can parse infix operators using ExpressionParser.

@furesoft
Copy link
Author

no i dont want to parse operators. i want to use operator overloads on a parser like:

parser1 + (parser2 | parser3)

@benjamin-hodgson
Copy link
Owner

How would you propose that to work?

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

2 participants