pmderodat / ada-toml

TOML parser for Ada
Other
31 stars 5 forks source link

Add location information to TOML values, let the parser set it #15

Closed pmderodat closed 6 months ago

pmderodat commented 7 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.

Closes https://github.com/pmderodat/ada-toml/issues/14

pmderodat commented 6 months ago

Thanks!