summary refs log blame commit diff stats
path: root/tests/parser/tstatementoperators.nim
blob: d2b85bb4b44b1e27e363b9f748edb4f8517d681b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                           
discard """
  nimout: '''
Infix
  Ident "from"
  Ident "a"
  Ident "b"
'''
"""

from macros import dumpTree

dumpTree(a from b)