Advertisement
Guest User

Error: template/macro instantiation too nested

a guest
Apr 17th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. template mk_tmpl(name: expr): stmt =
  2.  
  3. template name() =
  4. echo(name.astToStr())
  5.  
  6. mk_tmpl(hey)
  7.  
  8. hey()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement