Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Add flow sequences and mapping support #69

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add flow sequences and mapping support #69

wants to merge 4 commits into from

Conversation

winstliu
Copy link
Contributor

@winstliu winstliu commented Feb 1, 2017

Requirements

  • Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  • All new code requires tests to ensure against regressions

Description of the Change

Adds preliminary sequence mapping support based off of the YAML spec.

Alternate Designs

None.

Benefits

Mappings such as {key: value, key2: value2} and [a, b, key: value] will be tokenized properly.

Possible Drawbacks

Large code duplication because of small tweaks necessary to support the different sequence/mapping structure. Those will need to be kept in sync.

Applicable Issues

Fixes #5

@winstliu winstliu changed the title Add mapping support Add flow sequences and mapping support Feb 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not respect JSON style YAML.
1 participant