dhall-clj icon indicating copy to clipboard operation
dhall-clj copied to clipboard

Preserve source information as metadata

Open f-f opened this issue 7 years ago • 0 comments

To preserve source information, the Haskell implementation uses a Note constructor as a wrapper.

We get this data already from Instaparse as metadata, so we should just pass this metadata around. This would probably mean be careful about creating new objects (because they should carry the meta from the old ones) or even just applying non-meta-aware functions to them.

f-f avatar Jul 16 '18 20:07 f-f