Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
call : lp='(' ID args ')' -> ^(CALL[$lp] ID args) ;

Here, the CALL node has it's its line/column info set with info from '(' token. CALL node is "derived" from the '('.

...