Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 296 Bytes

File metadata and controls

2 lines (2 loc) · 296 Bytes

MacticScript

MacticScript is a domain-specific language for writing AST transformation plugins that compile to both Babel (JavaScript) and SWC (Rust). It enforces a strict visitor pattern with explicit ownership semantics that map cleanly to both garbage-collected and borrow-checked runtimes.