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

Add Span to our intermediate language #37

Open
Sword-Smith opened this issue Aug 23, 2023 · 0 comments
Open

Add Span to our intermediate language #37

Sword-Smith opened this issue Aug 23, 2023 · 0 comments

Comments

@Sword-Smith
Copy link
Contributor

The Rust tokens all have a Span value that identifies where in the source code the token was read. We should add this Span value to our intermediate language defined in src/ast.rs.

Cf. https://doc.rust-lang.org/reference/procedural-macros.html#the-proc_macro-crate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant