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

WIP: Adds new RegExp-based "parser" #478

Closed
wants to merge 4 commits into from
Closed

Commits on Apr 22, 2017

  1. WIP: Adds new RegExp-based "parser"

    Since we're only delineating the blocks in the "parser" there's no great
    need to pull in a heavyweight parser. This uses RegExps and a
    recursive-descent approach to split the blocks.
    
    Still yet to do is parse the attributes but that shouldn't take long.
    dmsnell committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    b8c14f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7636096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0aafce View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. Configuration menu
    Copy the full SHA
    ee48578 View commit details
    Browse the repository at this point in the history