lua-yaml
lua-yaml copied to clipboard
LibYAML binding for Lua
The library has a hard time parsing IP addresses as strings, and it parses them as numbers. For example the following YAML value: ``` yaml host: 127.0.0.1 ``` is being...
I have a YAML file (attached) with a multiline `nginx` property. When I try to parse it and dump it again as it is the multiline `nginx` property is being...
I fixed compilation (in a preprocessorish way) for Lua 5.2, and on Visual C++ (which lacks inline in C mode and snprintf). Feel free to grab either changeset.