Ignore nodes in semantic actions #333
Answered
by
pdubroy
FredericEspiau
asked this question in
Help
-
Hey everyone, I love I do have a question: is there a way to ignore nodes in a semantic action ? For example in the It would be great to be able to write argList(args) {
return args.asIteration().children.map(c => c.toAST());
}, instead of argList(_1, args, _2) {
return args.asIteration().children.map(c => c.toAST());
}, Thanks for your time ! |
Beta Was this translation helpful? Give feedback.
Answered by
pdubroy
Oct 16, 2021
Replies: 1 comment 3 replies
-
Hi @FredericEspiau,
Nice to hear that. You're welcome 😊
No, there's no way to do that currently. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
FredericEspiau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @FredericEspiau,
Nice to hear that. You're welcome 😊
No, there's no way to do that currently.