lyaml
YAML parser
A Lua binding for working with YAML data formats
LibYAML binding for Lua.
209 stars
8 watching
34 forks
Language: Lua
last commit: over 1 year 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 format | 963 |
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 | 192 |
goccy/go-yaml | A YAML parser and encoder for the Go programming language. | 1,179 |
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,114 |
cuducos/yaml.nvim | A Lua library for working with YAML files in Neovim | 198 |
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 | 260 |
stravant/luaminify | Tools for parsing and transforming Lua source code | 260 |
craigbarnes/lua-gumbo | A C-based HTML5 parser and DOM library for Lua | 133 |
lewisgaul/zig-nestedtext | A simple human-readable data format parser library written in Zig. | 13 |
someone-stole-my-name/yaml-companion.nvim | A plugin that provides YAML schema detection and validation in Neovim buffers | 232 |