Include end marker information in TASTy #17921
bishabosha
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Compiler version
3.0.0
Summary
We should think of a way to encode end markers in TASTy, that is preferrably optional.
With #12541 we only need a single boolean to attach to a tree, so it is efficient.
The span of an end marker can then be recomputed from the tree once it is constructed.
options include:
Beta Was this translation helpful? Give feedback.
All reactions