Working on implementing the typescript target

This commit is contained in:
Fabian Stamm
2025-05-26 23:54:41 +02:00
parent c8e72dbba8
commit 45ebb2c0d7
5 changed files with 472 additions and 53 deletions

View File

@ -6,6 +6,7 @@ use crate::{
};
pub mod rust;
pub mod typescript;
pub fn compile<T: Compile>(ir: IR, output: &str) -> Result<()> {
let mut ctx = CompileContext::new(output);