-
Notifications
You must be signed in to change notification settings - Fork 106
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
Performance issue in parsing html #380
Comments
Could you be more specific? What grammar are you using? Do you have any errors (OutOfMemoryException maybe)? |
How do you generate the parse tree? Do you copy/paste HTML in the ANTLR Preview window? |
The same HTML document is also slow to parse from the CLI using |
Cannot parse the following html
https://bulbapedia.bulbagarden.net/wiki/Ability#List_of_Abilities
using the html grammar from https://github.com/antlr/grammars-v4/tree/master/html
When I tried to generate the parse tree, the plugin in intellij 2019.03 simply stop responding.
@bjansen
The text was updated successfully, but these errors were encountered: