yaml-sucks
YAML parser testbed
Demonstrates parsing ambiguity in YAML files and compares different implementations.
YAML sucks.
609 stars
8 watching
16 forks
Language: Shell
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jdonnerstag/vlang-yaml | Native YAML parsing and loading functionality in Vlang | 24 |
chyh1990/yaml-rust | A pure Rust implementation of the YAML 1.2 specification | 610 |
pandastrike/yaml-cli | A simple command-line utility for parsing and modifying YAML files. | 86 |
yaml/adayaml | An experimental implementation of the YAML 1.3 standard in Ada. | 37 |
aofdev/yaml-peg | A PEG parser for YAML written in Rust. | 10 |
yaml/yaml-test-suite | A comprehensive test suite for YAML data formats | 193 |
jasom/nyaml | A Lisp native YAML parser that reads and interprets YAML documents into Common Lisp data structures. | 26 |
goccy/go-yaml | A YAML parser and encoder for the Go programming language. | 1,179 |
cknoll/yamlpyowl | Converts YAML data into an OWL representation that can be used by reasoners or exported to standard formats | 16 |
biojppm/rapidyaml | A fast YAML parsing and emitting library for C++ | 583 |
perlpunk/yaml-pp-p5 | A modular YAML processor for parsing and generating YAML 1.2 documents | 23 |
cloudbase/powershell-yaml | A PowerShell module that serializes and deserializes simple objects to and from YAML format. | 429 |
0k/shyaml | A script that enables reading YAML data through the command line interface. | 768 |
fjoppe/legivel | An exact Yaml 1.2 deserializer implementation | 60 |
jimmiebergmann/mini-yaml | A lightweight C++11 YAML serializer and deserializer. | 222 |