Start on dart support

This commit is contained in:
2022-07-20 17:18:27 +02:00
parent f4604b077f
commit 43d1477088
5 changed files with 173 additions and 2 deletions

View File

@ -17,7 +17,7 @@ function toZigType(type: string): string {
return (conversion as any)[type] || type;
}
export class ZIGTarget extends CompileTarget<{ csharp_namespace: string }> {
export class ZIGTarget extends CompileTarget<{ }> {
name: string = "zig";
start(): void {