
Hi guys,
I have successfully built a test application where I can input some text and via a self built grammar i get an Ast.
That was quite easy the documentation is very good and guided me straightforward !
Now I want to do some sort of code visualization where I want to do additional after analysis of the Ast.
In order to do that properly I need to know the token associated to an Ast node value. At the moment I only get the value and the offset which is not sufficient for my task.
Is it possible somehow to have the original Token in the SyntaxTree ? I haven't found anything appropriate in the documentation.
Thanks in advance!
Sven