yaml / yaml-spec

YAML Specification
http://yaml.org/spec/
348 stars 54 forks source link

Remove references to “event stream” in favor of “serialization tree” #130

Closed Thom1729 closed 3 years ago

Thom1729 commented 3 years ago

For #42.

Use “serialization tree” consistently to refer to the product of parsing. Event streams were never defined in the spec, and the term “serialization tree” is defined and linkable and used in almost all places in the spec.

The spec still states:

The result of this process, a YAML serialization tree, can then be traversed to produce a series of event calls for one-pass processing of YAML data.

We can add more wording along those lines if desired.