rascal
rascal copied to clipboard
Should descendant pattern / _not_ go into keyword fields
Describe the bug
I'm having difficulty using the / pattern where it is used to traverse an AST but it also goes into all
the keyword fields. If it would not do this, I could still write a comma expression to go into the parameters per node, but now I can not write anything else but a manual recursion.