ast-pattern-matching icon indicating copy to clipboard operation
ast-pattern-matching copied to clipboard

problem with result variable.

Open krux02 opened this issue 6 years ago • 0 comments

basically this doesn't work:

  result = @[]
  fragmentPart.matchAstRecursive:
  of `sym` @ nnkSym:
      result.add sym

krux02 avatar May 02 '18 12:05 krux02