Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve source information as metadata #3

Open
f-f opened this issue Jul 16, 2018 · 0 comments
Open

Preserve source information as metadata #3

f-f opened this issue Jul 16, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@f-f
Copy link
Owner

f-f commented Jul 16, 2018

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 f-f added the bug Something isn't working label Jul 25, 2018
@f-f f-f added enhancement New feature or request and removed bug Something isn't working labels Sep 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant