AST mapping detail #2124
Answered
by
jonmeow
micttyl
asked this question in
Getting started
AST mapping detail
#2124
-
Is there any rough layout of node-to-node AST mapping between Clang and Carbon to get some common idea? By the way, I see Carbon separated Statement and Expression. I heard this was a desired improvement of Clang AST. |
Beta Was this translation helpful? Give feedback.
Answered by
jonmeow
Aug 31, 2022
Replies: 1 comment 1 reply
-
I don't think anyone is maintaining something like this. It's not something I could quickly write up either, I just don't know the Clang AST that well. Note, you're probably looking at the explorer's AST -- the toolchain's direction is more significantly different. It's a deliberate shift away from the AST focus. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
micttyl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think anyone is maintaining something like this. It's not something I could quickly write up either, I just don't know the Clang AST that well.
Note, you're probably looking at the explorer's AST -- the toolchain's direction is more significantly different. It's a deliberate shift away from the AST focus.