pub fn translate( context: &str, arg: Expr, ignore: &[String], ) -> Result<Expr, Error>
translate like #{a + b} Expr to rust code Expr
#{a + b}