cream-js 0.1.0

A lightweight compiler for modern web applications.
1
2
3
pub fn javascript_assign(a: &str, b: &str) -> String {
    format!(";{a}={b};")
}