v/compiler/tests
Henrixounez 30e7cd8ed5 repl: handle print and one-line conditions 2019-10-06 17:21:10 +03:00
..
bench
local
repl repl: handle print and one-line conditions 2019-10-06 17:21:10 +03:00
defer_test.v
enum_test.v
fixed_array_test.v compiler: initializing fixed arrays with [1,2,3] 2019-10-06 03:07:02 +03:00
fn_multiple_returns_test.v
fn_test.v compiler/lang: add variadic function args support 2019-09-30 13:46:50 +03:00
fn_variadic_test.v compiler/lang: add variadic function args support 2019-09-30 13:46:50 +03:00
interface_test.v
local_test.v
match_test.v
module_test.v
msvc_test.v
mut_test.v
option_test.v `if a := foo() {` syntax for handling optionals 2019-10-01 22:57:38 +03:00
return_voidptr_test.v compiler: let methods return voidptr without a segfault 2019-10-03 01:28:24 +03:00
str_gen_test.v
string_interpolation_test.v
struct_test.v