nestedtext
nestedtext copied to clipboard
Human readable and writable data interchange format
Hello, I'm on a good way to make a Ruby implementation of NestedText ([erikw/nestedtext-ruby](https://github.com/erikw/nestedtext-ruby), all official decode tests are passing!) and I'm currently writing unit tests for various edge-case inputs....
I want to try my hand at Javascript and C# ports (in that order), currently working on rigging a test suit based on the test submodule. However, firstly I noticed...
I wrote a native JavaScript implementation of NestedText. It's not a WASM build of a compiled project, so it is significantly lighter than the megabytes of JavaScript that the current...
### Intro Hello again! I currently have only one niggle with the format, and that's the invisibility and fragility of representing trailing spaces or tabs. Trailing newlines are already solved...
Both issues #54 and #55 show that there's a desire to allow an inline dictionary or list on the same line as a key or list item. I also personally...