-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Introduce parser rollback tests #2703
Labels
Milestone
Comments
hurricup
added a commit
that referenced
this issue
Jul 2, 2023
Samples prepared by concatenation sources with ``` find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \; ``` Fixes #2703
This was referenced Jul 2, 2023
hurricup
added a commit
that referenced
this issue
Jul 2, 2023
Samples prepared by concatenation sources with ``` find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \; ``` Fixes #2703
hurricup
added a commit
that referenced
this issue
Jul 2, 2023
Samples prepared by concatenation sources with ``` find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \; ``` Fixes #2703
hurricup
added a commit
that referenced
this issue
Jul 2, 2023
Samples prepared by concatenation sources with ``` find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \; ``` Fixes #2703
hurricup
added a commit
that referenced
this issue
Jul 3, 2023
Samples prepared by concatenation sources with ``` find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \; ``` Fixes #2703
hurricup
added a commit
that referenced
this issue
Jul 3, 2023
Samples prepared by concatenation sources with ``` find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \; ``` Fixes #2703
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can evaluate how many tokens are rolled back on particular sample and this may be a good indication or parser performance.
We should make a sample from most popular libraries.
The text was updated successfully, but these errors were encountered: