ada-toml
ada-toml copied to clipboard
TOML parser for Ada
Previously 1.023 would be parsed as 1.23. I have only tested this change on the Alire version, but it does not look like it should conflict with anything added since...
There currently isn't a lot of utility to print arbitrary TOML values, which could be useful either for debugging purposes, or in the user interface of tools to display parts...
The Master branch of ada-toml is not the most recent release (v0.4). The Alire repository utility downloads v0.4, suggesting v0.4 should be the production version, not Master. Breaking differences in...
Now, I'm not 100% sure this is a problem in Ada_TOML, but I guess this is the best place to start. While attempting to build Alire on the new Linux...