v/vlib/v
yuyi 0ced7116b6
string: add is_upper/is_lower and fix parser.match_expr error
* string: add is_upper/is_lower and fix parser.match_expr error

* to_capital => capitalize, to_title => title

* is_titled => is_title, is_capitalized => is_capital
2020-04-12 13:09:05 +03:00
..
ast checker: check variable mutability 2020-04-11 04:09:41 +02:00
builder vlib: use new filename format 2020-04-11 19:51:32 +02:00
checker checker: make sure functions return 2020-04-11 21:50:14 +02:00
depgraph depgraph/map: fix memory bug 2020-04-05 22:09:52 +02:00
doc vdoc: use the new suffix 2020-04-12 02:50:19 +02:00
eval eval: fix new_checker call 2020-04-04 02:03:41 +02:00
fmt checker: check variable mutability 2020-04-11 04:09:41 +02:00
gen cgen: fix missing defer in fn main() 2020-04-12 01:38:14 +02:00
parser string: add is_upper/is_lower and fix parser.match_expr error 2020-04-12 13:09:05 +03:00
pref parser: handle mut & receivers; fix checker_error_test 2020-04-11 02:24:00 +02:00
scanner scanner: `!in` token 2020-04-12 07:30:26 +02:00
table table: bring back parse_cflag() 2020-04-09 15:59:22 +02:00
tests tests: run vfmt 2020-04-12 01:41:26 +02:00
token !in operator 2020-04-11 21:31:54 +02:00
util v: support VFLAGS, fix 'v run source.v arg after source' 2020-04-11 10:28:43 +03:00
vmod comptime: support @VROOT again 2020-04-10 13:02:00 +03:00