Closed pmderodat closed 6 months ago
Add a Location primitive to TOML_Value and enhance all TOML_Value constructors so that they can specify a location to assign to created values. Also enhance the parser so that it assigns the right location to each TOML value it creates.
Location
TOML_Value
Closes https://github.com/pmderodat/ada-toml/issues/14
Thanks!
Add a
Location
primitive toTOML_Value
and enhance allTOML_Value
constructors so that they can specify a location to assign to created values. Also enhance the parser so that it assigns the right location to each TOML value it creates.Closes https://github.com/pmderodat/ada-toml/issues/14