go-yaml
YAML processor
A YAML parser and encoder for the Go programming language.
YAML support for the Go language
1k stars
10 watching
133 forks
Language: Go
last commit: 6 days ago gogolanggolang-libraryyamlyaml-parser
Related projects:
Repository | Description | Stars |
---|---|---|
yaml/adayaml | An experimental implementation of the YAML 1.3 standard in Ada. | 37 |
yaml/libyaml | A C library for parsing and emitting YAML data format | 963 |
pelletier/go-toml | Library for parsing and generating the TOML file format in Go. | 1,736 |
chyh1990/yaml-rust | A pure Rust implementation of the YAML 1.2 specification | 610 |
kubkon/zig-yaml | A YAML parser for Zig programming language | 146 |
yosymfony/toml | A PHP parser for TOML configuration files | 200 |
jpsim/yams | A YAML parser built on top of the LibYAML library, providing conversions to and from Swift types | 1,114 |
goccmack/gocc | A tool for generating lexers and parsers from a BNF file with semantic actions. | 616 |
gomarkdown/markdown | A Markdown parsing and rendering library for Go. | 1,416 |
jech/cl-yacc | A Common Lisp implementation of the Yacc parser generator tool | 57 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,039 |
jasom/nyaml | A Lisp native YAML parser that reads and interprets YAML documents into Common Lisp data structures. | 26 |
go-ole/go-ole | A Go implementation of the Windows COM API using shared libraries | 1,169 |
gosimple/slug | Tools for creating URL-friendly strings from Unicode input | 1,173 |
aofdev/yaml-peg | A PEG parser for YAML written in Rust. | 10 |