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

parser: make parser single-pass #61

Closed
wants to merge 1 commit into from
Closed

Commits on Feb 10, 2017

  1. parser: make parser single-pass

    * Eliminate `jstp::parser::internal::PrepareString` function thus
      avoiding extra memory copying.
    * Fix deleting comment blocks located inside of strings.
    * Fix key parsing not throwing error when it included spaces
      but was not enclosed in quotes.
    
    Fixes: #60
    belochub committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    aa8c617 View commit details
    Browse the repository at this point in the history