AdaYaml
YAML parser
An experimental implementation of the YAML 1.3 standard in Ada.
experimental YAML 1.3 implementation in Ada
37 stars
11 watching
6 forks
Language: Ada
last commit: almost 3 years ago
Linked from 1 awesome list
adaconfigurationyaml
Related projects:
Repository | Description | Stars |
---|---|---|
jasom/nyaml | A Lisp native YAML parser that reads and interprets YAML documents into Common Lisp data structures. | 26 |
chyh1990/yaml-rust | A pure Rust implementation of the YAML 1.2 specification | 610 |
goccy/go-yaml | A YAML parser and encoder for the Go programming language. | 1,179 |
yakaz/yamerl | An Erlang-based parser for human-friendly data serialization formats YAML and JSON | 205 |
crdoconnor/strictyaml | A type-safe YAML parser and validator with strict validation of markup and straightforward type casting. | 1,477 |
biojppm/rapidyaml | A fast YAML parsing and emitting library for C++ | 583 |
yaml/libyaml | A C library for parsing and emitting YAML data format | 963 |
aofdev/yaml-peg | A PEG parser for YAML written in Rust. | 10 |
snoyberg/yaml | Provides Haskell libraries for serializing data between the programming language and YAML format | 162 |
yaml/yaml-spec | Maintains and updates a widely adopted data language specification | 346 |
mirek/yaml.framework | A framework for parsing and serializing YAML data in Objective-C. | 244 |
pandastrike/yaml-cli | A simple command-line utility for parsing and modifying YAML files. | 86 |
pmderodat/ada-toml | A parser and creator of TOML documents in Ada | 31 |
jdonnerstag/vlang-yaml | Native YAML parsing and loading functionality in Vlang | 24 |
kamillelonek/yaml-elixir | A Yaml parser that brings native Erlang YAML parsing functionality to the Elixir programming language | 171 |