lyaml
YAML parser
A Lua binding for working with YAML data formats
LibYAML binding for Lua.
210 stars
8 watching
34 forks
Language: Lua
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rainwoodman/libyaml-glib | A Vala binding for libyaml that enables building GObjects from YAML data | 10 |
yaml/libyaml | A C library for parsing and emitting YAML data formats | 979 |
yaml/adayaml | An experimental implementation of the YAML 1.3 standard in Ada. | 37 |
andremm/lua-parser | A Lua parser written with LPegLabel that generates an abstract syntax tree (AST) for parsing Lua 5.3 code | 193 |
goccy/go-yaml | A Go YAML parser and encoder with improved performance, customization options, and team collaboration features. | 1,217 |
edadma/libyaml | A library providing Scala Native bindings for the LibYAML YAML parser library | 0 |
jpsim/yams | A YAML parser built on top of the LibYAML library, providing conversions to and from Swift types | 1,123 |
cuducos/yaml.nvim | A Lua library for working with YAML files in Neovim | 201 |
jasom/nyaml | A Lisp native YAML parser that reads and interprets YAML documents into Common Lisp data structures. | 26 |
processone/fast_yaml | An Erlang wrapper around the C library libyaml, providing efficient YAML parsing capabilities. | 51 |
mpeterv/argparse | A feature-rich command line parser for Lua | 266 |
stravant/luaminify | Tools for parsing and transforming Lua source code | 259 |
craigbarnes/lua-gumbo | A C-based HTML5 parser and DOM library for Lua | 133 |
lewisgaul/zig-nestedtext | A parser library for a human-readable data format based on YAML | 13 |
someone-stole-my-name/yaml-companion.nvim | A plugin that provides YAML schema detection and validation in Neovim buffers | 236 |