import c.universe._ 
 
Apply( 
Select(Literal(Constant(1)), TermName("$plus")),  
List(Literal(Constant(1))) 
)
1 + 1
q"1 ...