v/vlib/builtin
Alexander Medvednikov f748390172 parser: do no allow var names with __; cgen: use __argc 2020-04-04 14:55:40 +02:00
..
bare
js
array.v parser: do no allow var names with __; cgen: use __argc 2020-04-04 14:55:40 +02:00
array_test.v parser: snake_case check; array: mutable array test 2020-04-04 14:09:58 +02:00
builtin.v cgen: add `builtin.init` call inside of `_vinit` 2020-04-03 13:27:19 +02:00
builtin_nix.v cgen: add `builtin.init` call inside of `_vinit` 2020-04-03 13:27:19 +02:00
builtin_windows.v cgen: add `builtin.init` call inside of `_vinit` 2020-04-03 13:27:19 +02:00
byte_test.v
cfns.v
float.v
float_test.v
int.v builtin: fix int to hex 2020-04-02 17:16:17 +02:00
int_test.v builtin: add operator precedence test 2020-04-02 19:02:49 +02:00
isnil_test.v
map.v map: remove old get methods 2020-04-04 14:22:39 +02:00
map_test.v v2: fixes for most of vlib/builtin/map_test.v . 2020-04-03 00:42:08 +03:00
option.v
sorted_map.v array, map: cast voidptr to byteptr 2020-04-02 15:31:44 +02:00
string.v v2: compile vrepl, 'fn main(){println(2+2)}' runs now 2020-04-02 19:21:12 +03:00
string_int_test.v
string_strip_margin_test.v v2: more informative assert output; string interpolation formatting 2020-03-26 19:17:14 +01:00
string_test.v
utf8.v
utf8_test.v