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

Yaml support #9

Closed
wants to merge 5 commits into from
Closed

Yaml support #9

wants to merge 5 commits into from

Commits on Jul 24, 2015

  1. Hide objectify_if_needed from completion options

    By prepending an underscore to the name.
    jdevera committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    694fcc4 View commit details
    Browse the repository at this point in the history
  2. Make is_list_of_2_element_tuples an external helper function

    Not needed for lifetime of an Objectifier, it's an internal detail.
    jdevera committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    ccec3ae View commit details
    Browse the repository at this point in the history
  3. Reorganise parsing attempts

    In preparation to include more parsers without nesting blocks further.
    jdevera committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    456c226 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29b0789 View commit details
    Browse the repository at this point in the history
  5. Support yaml as a source optionally

    If a yaml module is available, then yaml is an accepted input.
    jdevera committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    3b01f7b View commit details
    Browse the repository at this point in the history