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

Attempt to fix slow pest parser 😞 #55

Merged
merged 3 commits into from
May 25, 2022
Merged

Conversation

jmackie
Copy link
Member

@jmackie jmackie commented May 23, 2022

Nested arrays ([[[x]]]) and records ({ a = { b = { c = {} } } }) are taking ages to parse (as I discovered here in #54)

This PR includes some failed attempts to fix that.

Next steps: probably switch to lalrpop or pom 👀

Base automatically changed from init-records to main May 24, 2022 07:04
Jordan Mackie added 3 commits May 25, 2022 13:46
@jmackie jmackie merged commit 28d600e into main May 25, 2022
@jmackie jmackie deleted the pest-parser-improvements branch May 25, 2022 13:01
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

Successfully merging this pull request may close these issues.

1 participant