v/compiler/tests
Henrixounez 30e7cd8ed5 repl: handle print and one-line conditions 2019-10-06 17:21:10 +03:00
..
bench
local compiler: add a test case to ensure more stable local modules 2019-08-05 10:05:00 +02:00
repl repl: handle print and one-line conditions 2019-10-06 17:21:10 +03:00
defer_test.v
enum_test.v Add enum_test.v 2019-07-13 12:19:57 +02:00
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 fix pushing to mutable array args 2019-09-29 17:02:28 +03:00
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 parser: cached tokens (second step) 2019-09-27 04:01:12 +03:00
string_interpolation_test.v
struct_test.v compiler: enforce reserved keywords replacement 2019-09-28 14:13:09 +03:00