Independent specification
See original GitHub issueI wonder if it would make sense to write a complete specification for StrictYAML that does not depend on the YAML specification (as in, you can write a compliant parser without reading that one first), to help it spread to other programming language ecosystems.
There has been discussion in the rust subreddit as to wether YAML’s enormous and ambiguous specification or TOML’s alien syntax was preferable. Rust’s popular (de)serialization framework serde
uses structs to define a schema, so StrictYAML would be a great fit.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
SCIP - Specifications Consultants in Independent Practice
International technical resource organization which assists design firms & manufacturers in acquiring professionally written construction specifications.
Read more >Language-independent specification - Wikipedia
A language-independent specification (LIS) is a programming language specification providing a common interface usable for defining semantics applicable ...
Read more >Platform-Independent Specification and Verification of the ...
The term “platform-independence” means that we attempt to design a relatively simple axiomatization of computer arithmetic in terms of real ...
Read more >Atoh7-independent specification of retinal ganglion ... - PubMed
Retinal ganglion cells (RGCs) relay visual information from the eye to the brain. RGCs are the first cell type generated during retinal ...
Read more >Towards platform-independent specification and verification of ...
Research project "Platform-independent approach to formal specification and verification of standard mathematical functions" is aimed onto a ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t think including parts of it in another document that doesn’t describe itself as the yaml spec would count as modified. I guess it would really depend on the intent of the document.
In any case I’d like to help any way I can with this. I’d love to see the rust community starting to use strictyaml.