Open mourner opened 4 years ago
We're really interested in getting NestedText implementations for languages other than python, so if you're thinking about writing one for javascript, we'd be happy to help in any way we can (e.g. if you find any ambiguities we overlooked, or have issues with the test suite, etc).
And we would be happy to feature your project on the nestedtext.org website.
Great! I started experimenting with a proof of concept parser and so far I love how unambiguous it is — each line can be quickly categorized when tokenizing, making parsing very simple, fast and easy to reason about.
I just stumbled upon a very similar initiative — https://nestedtext.org, but instead of adopting a strict YAML subset, it goes even further, lightly breaking compatibility with YAML in favor of an even simpler syntax & spec. I think switching this project to NestedText format (and maybe renaming accordingly) is definitely worth considering. Advantages:
Thanks @KenKundert @kalekundert for such a nice project!