You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
V will support TOML-like config language natively (similar to TOML, but much smaller and simpler). I had it on a branch since I needed it for V UI. Will release it next week.
YAML is a huge complex format, so it's not so easy to implement. We will have an official YAML module once comptime is stable enough to implement serialization outside the compiler.
is it possible to have toml or yaml support for serialization?
maybe we can use c lib for now?
The text was updated successfully, but these errors were encountered: