Skip to content

fix issues with incorrect and really slow parsing #3

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

Merged
merged 1 commit into from
Jun 12, 2018
Merged

Conversation

justinwoo
Copy link
Owner

  1. can't use string to match string literals. have to use regex instead.
  2. my upgrade to string-parsers was godawful and slow. have to fix upstream.
  3. added more handling of broken strucutres like <script/>

depends on purescript-contrib/purescript-string-parsers#43

1. can't use `string` to match string literals. have to use `regex` instead.
2. my upgrade to string-parsers was godawful and slow. have to fix upstream.
3. added more handling of broken strucutres like `<script/>`
@justinwoo justinwoo merged commit 74b5ab6 into master Jun 12, 2018
@justinwoo justinwoo deleted the changes branch June 12, 2018 18:24
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