6 Replies
isn't that just yaml and toml combined?
but it's actually more readable than yaml and simpler than toml
i think it's a decent project idea, i thought the existing formats are too unusable
so i made this
now i think i should start describing the grammar in bnf
what is bnf?
backus-naur form
and i want to write the first implementation in python
maybe also a vim plugin
used for formal syntax description
maybe also do neovim, who uses vanilla vim anywayws
vim plugins are compatible with neovim
but neovim plugins aren't compatible with vim
UPD: Implemented serialization algorithm in python
if it can serialize/deserialize from/to python objects, it already means you can convert it to things like json/xml