v/vlib/builtin
Alexander Medvednikov b4207e1be7 compiler: allow "u64_var == 0" without casting the const literal 2019-09-23 02:14:10 +03:00
..
js array: remove temporary repeat2() 2019-09-19 05:22:24 +03:00
array.v array: malloc => calloc 2019-09-21 02:29:09 +03:00
array_test.v
builtin.v compiler: first step to require explicit definition of imported C fns 2019-09-19 05:16:25 +03:00
byte_test.v
int.v array: remove temporary repeat2() 2019-09-19 05:22:24 +03:00
int_test.v compiler: allow "u64_var == 0" without casting the const literal 2019-09-23 02:14:10 +03:00
map.v array: remove temporary repeat2() 2019-09-19 05:22:24 +03:00
map_test.v
option.v "none" keyword for optionals + more memory fixes 2019-09-18 14:15:10 +03:00
string.v builtins: ustring comparisons, concatenation and other functions 2019-09-20 19:07:38 +03:00
string_test.v double quotes for denoting strings 2019-09-21 17:18:02 +03:00
utf8.v
utf8_test.v