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

x64 machine code generation (ELF)

This commit is contained in:
Alexander Medvednikov
2019-11-19 09:53:52 +03:00
parent ab91733a28
commit 9712213f50
13 changed files with 564 additions and 15 deletions

View File

@@ -53,6 +53,10 @@ pub fn tos3(s *C.char) string {
}
}
pub fn println(s string) {
}
/*
pub fn (a string) clone() string {
mut b := string {