reluxscript 0.1.4

Write AST transformations once. Compile to Babel, SWC, and beyond.
Documentation
1
2
3
4
5
writer TestFormat {
    fn test() {
        let x = format!("Hello {} world", 42);
    }
}