v/vlib/v/gen/native/tests
lemon c7a619d16e
native: support `else`, `break`, `continue` (#14738)
2022-06-11 11:50:19 +03:00
..
asm.vv v.gen.native: initial support for the asm statement in the native backend (#11292) 2021-08-24 15:30:41 +03:00
asm.vv.out v.gen.native: initial support for the asm statement in the native backend (#11292) 2021-08-24 15:30:41 +03:00
assert.vv v.gen.native: add support for assert statements for amd64 (#11117) 2021-08-10 10:29:44 +03:00
assert.vv.out v.gen.native: add support for assert statements for amd64 (#11117) 2021-08-10 10:29:44 +03:00
compare.vv native: support comparing two idents and avoid printing idents (#13686) 2022-03-08 19:52:30 +02:00
compare.vv.out native: support comparing two idents and avoid printing idents (#13686) 2022-03-08 19:52:30 +02:00
expressions.vv native: support more arithmetic, int/string arrays, function returns and internal_strlen (#10279) 2021-06-06 16:19:10 +03:00
expressions.vv.out native: initial support for macos-amd64 targets (#9975) 2021-05-03 02:41:36 +03:00
forin.vv native: support `else`, `break`, `continue` (#14738) 2022-06-11 11:50:19 +03:00
forin.vv.out native: support `else`, `break`, `continue` (#14738) 2022-06-11 11:50:19 +03:00
general.vv v.gen.native: initial support for cast statements (#11291) 2021-08-24 15:26:49 +03:00
general.vv.out native: fix tests, address comments and a little cleaner macho 2021-04-27 12:24:58 +03:00
hello.vv
hello.vv.out
ifs.vv native: support `else`, `break`, `continue` (#14738) 2022-06-11 11:50:19 +03:00
ifs.vv.out native: support `else`, `break`, `continue` (#14738) 2022-06-11 11:50:19 +03:00
native_test.v ci: fix more failing tests 2022-01-22 23:18:09 +02:00
print.vv native: added new helper functions (#14723) 2022-06-08 23:16:15 +03:00
print.vv.err native: add support for print, eprint and eprintln (#11034) 2021-08-03 16:04:31 +03:00
print.vv.out native: native prints (#11426) 2021-09-07 15:44:15 +03:00
simple_fn_calls.vv native: fix tests, address comments and a little cleaner macho 2021-04-27 12:24:58 +03:00
simple_fn_calls.vv.out
sumcall.vv native: fix return `a+b` infix construction (#12161) 2021-10-12 19:38:17 +03:00
sumcall.vv.out native: fix example exit((1,2)->(a,b)return a+b) (#12154) 2021-10-12 18:51:28 +03:00
typeof.vv native: initial support for typeof() expressions (#13730) 2022-03-14 15:15:06 +02:00
typeof.vv.out native: initial support for typeof() expressions (#13730) 2022-03-14 15:15:06 +02:00