nyaml
YAML parser
A Lisp native YAML parser that reads and interprets YAML documents into Common Lisp data structures.
A lisp native YAML parser
26 stars
5 watching
8 forks
Language: Common Lisp
last commit: almost 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
yaml/adayaml | An experimental implementation of the YAML 1.3 standard in Ada. | 37 |
biojppm/rapidyaml | A fast YAML parsing and emitting library for C++ | 583 |
jdonnerstag/vlang-yaml | Native YAML parsing and loading functionality in Vlang | 24 |
yakaz/yamerl | An Erlang-based parser for human-friendly data serialization formats YAML and JSON | 205 |
jpsim/yams | A YAML parser built on top of the LibYAML library, providing conversions to and from Swift types | 1,114 |
chyh1990/yaml-rust | A pure Rust implementation of the YAML 1.2 specification | 610 |
mabragor/cl-yaclyaml | A Common Lisp library that loads and processes YAML data files | 15 |
kamillelonek/yaml-elixir | A Yaml parser that brings native Erlang YAML parsing functionality to the Elixir programming language | 171 |
crdoconnor/strictyaml | A type-safe YAML parser and validator with strict validation of markup and straightforward type casting. | 1,477 |
perlpunk/yaml-pp-p5 | A modular YAML processor for parsing and generating YAML 1.2 documents | 23 |
goccy/go-yaml | A YAML parser and encoder for the Go programming language. | 1,179 |
jeanfredrik/yaml-tag | A library that enables human-friendly YAML parsing in JavaScript template literals | 8 |
behrang/yamlswift | A Swift library for parsing YAML and JSON documents into a structured format | 404 |
0k/shyaml | A script that enables reading YAML data through the command line interface. | 768 |
jimmiebergmann/mini-yaml | A lightweight C++11 YAML serializer and deserializer. | 222 |