Thank you @rintaro!
I got it. Thank you!
This swift framework that I'm expected to implement is for reconstructing libSyntax tree from JSON format and what else does it need to do?
I was also looking at another post by you [1]
From this, I assumed I used the same seializer and deserializer for my task. is that correct?
To be accurate, the current Parser generates both AST and libSyntax tree. But I guess it’s difficult to use the current libSyntax tree generation functionality for this task. Currently, it’s like a by-product of AST parsing.
This means his task would change the libSyntax to be generaeted
Should I worry about how the libSyntax tree output would change due to his change?
[1] [GSOC]Integration of libSyntax with the rest of the compiler pipeline - #4 by rintaro