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

Added parslet parse rules for HTML string #41

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

suleman-uzair
Copy link
Member

@suleman-uzair suleman-uzair commented Aug 2, 2022

Added parser for parsing HTML string to the syntax tree.

closes #43

@ronaldtse
Copy link
Contributor

@suleman-uzair please feel free to merge. Thanks!

Fixed failing test cases

Added parser file for failing test cases

Fixing failing spec for constants error

Updated parse specs context and fixed rubocop errors

converted unicode to symbols and updated parser rules and constants

removed parser file and updated one spec

added table's little complex scenario

updated parser rules and added more spec's

removed CGI unescapehtml line in html.rb file

updated constants and parser rules and added parser rules
@suleman-uzair suleman-uzair force-pushed the html_to_formula_parser branch from f533691 to 3ab8264 Compare August 16, 2022 07:25
@suleman-uzair suleman-uzair marked this pull request as ready for review August 16, 2022 07:28
@suleman-uzair suleman-uzair merged commit 7e6cc30 into main Aug 16, 2022
@suleman-uzair suleman-uzair deleted the html_to_formula_parser branch August 16, 2022 07:29
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.

Add HTML parser
2 participants