This commit is contained in:
uan
2026-02-05 13:18:40 +01:00
parent 12c925ebcd
commit 0d5cc35b5a
5 changed files with 161 additions and 26 deletions

2
main.v
View File

@@ -31,6 +31,6 @@ fn main() {
out_c := generator.gen_c(statements)
compile_with_clang(out_c, 'exec', true)
compile(out_c, 'exec', true, 'gcc')
}