Okay, thanks.
Along these lines, why is it that strings in a `static` block aren't static? My macros are complaining that the strings in my set I'm passing in 1 at a time aren't static, so I can't build the AST I want. I guess my method outlined above doesn't fully work.