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

Optimizations #12

Merged
merged 17 commits into from Mar 6, 2013
Merged

Optimizations #12

merged 17 commits into from Mar 6, 2013

Conversation

moio
Copy link
Contributor

@moio moio commented Feb 6, 2013

Here are come scanner and parser optimizations, I hope you'll like them :)

@flavio
Copy link
Owner

flavio commented Feb 10, 2013

This PR addresses issue #1 .

/* Exclusive subscanners for strings and escaped hex sequences */
%x QUOTMARK_OPEN HEX_OPEN

/* Extra-JSON rules active iff m_allowSpecialNumbers is true */
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sorry, my fault.

@flavio
Copy link
Owner

flavio commented Feb 10, 2013

Thanks for the PR. The code looks really good.

Could you please fix the merge conflicts inside of your fork?

@moio
Copy link
Contributor Author

moio commented Feb 10, 2013

Ok, the branch should now apply cleanly to master. I also added the patches you requested in above comments.

@flavio
Copy link
Owner

flavio commented Mar 6, 2013

Thanks a lot for your contribution!

flavio added a commit that referenced this pull request Mar 6, 2013
@flavio flavio merged commit cfa5548 into flavio:master Mar 6, 2013
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.

None yet

2 participants