Semantic predicates and actions in parse tree preview #194
Closed
clementterrien
started this conversation in
Ideas
Replies: 1 comment
-
They are shown in the railroad diagram, but not in the parse tree, right. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've noticed that semantic predicates and actions are not taken into account when we generate a parse tree preview which is very frustrating for debugging, developing or enhancing complex grammars.
Is there another way to generate a visual rendering of a parser tree which includes semantic predicates and actions ? Maybe after the parse tree listener ? The best would be of course if semantic predicates would appear in the preview tree.
Thanks a lot for your answer,
Clément Terrien
Beta Was this translation helpful? Give feedback.
All reactions