Duplicate of https://github.com/vlang/v/issues/1732 ?
Duplicate of #1732 ?
No.
I didn't write it as a copy of #1732.
I wanted to support serialization formats other than JSON.
I wanted to support serialization formats other than JSON.
The discussion there is very general - it's about all formats you could imagine (including "binary" ones like Bitsery). Feel free to join the discussion there and mention all your formats if you wish to give them priority.
TOML Library Create Base Form https://github.com/cktan/tomlc99
Don't Support Encode.
...But I have send Encode Support Issue.
I found that it was impossible with TOMLC99, so I reorganized the code with reference to the code at https://github.com/BurntSushi/toml.
As a result of thinking about this, I decided to create a EBNF library and use that EBNF library to build a TOML library.
I decided to create a EBNF library ...
There are many existing and battle-tested ones - see bison, yacc, lex, flex, etc. Don't duplicate this effort, it would be a time loss.
There are many existing and battle-tested ones - see bison, yacc, lex, flex, etc. Don't duplicate this effort, it would be a time loss.
Okay.
Duplicate of #1732