1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

jsgen: implement js backend

This commit is contained in:
Abdullah Atta
2020-04-16 02:16:49 +05:00
committed by GitHub
parent a3ab5df2ed
commit 6a186e8f11
21 changed files with 1592 additions and 313 deletions

View File

@@ -25,6 +25,7 @@ pub:
return_type Type
is_variadic bool
is_c bool
is_js bool
is_generic bool
}