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

Expression parsing is slow #17

Open
jimporter opened this issue Mar 4, 2022 · 0 comments
Open

Expression parsing is slow #17

jimporter opened this issue Mar 4, 2022 · 0 comments
Milestone

Comments

@jimporter
Copy link
Owner

Parsing expressions with the generated parser from pyparsing is slow for any non-trivial cases (shocking, I know). It would probably be a good idea to move the parser to C, maybe with flex/bison.

@jimporter jimporter added this to the future milestone Mar 4, 2022
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