1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler
2019-08-26 01:19:39 +03:00
..
tests compiler: support explicit runrepl argument, so that the v repl can be launched with options like -debug and so on. 2019-09-04 19:50:51 +03:00
cc.v compiler: fix v test v on paths with spaces 2019-09-06 19:30:55 +03:00
cflags.v fix comments & rearrange method 2019-09-06 16:00:46 +03:00
cgen.v compiler: rework flags & support win path spaces + more 2019-09-06 15:12:04 +03:00
cheaders.v compiler: build tetris executable on windows with both msvc and mingw gcc 2019-09-03 16:09:43 +03:00
comptime.v compiler: rework flags & support win path spaces + more 2019-09-06 15:12:04 +03:00
depgraph.v compiler: generalize mod dag & use for sorting structs also 2019-09-03 19:11:21 +03:00
fn.v compiler: allow to declare C function with pointers with & 2019-09-06 15:13:38 +03:00
jsgen.v remove u8 and i32 aliases 2019-09-01 22:37:22 +03:00
live.v compiler: refactoring - extract cheaders.v and live.v from main.v . 2019-08-20 11:26:50 +03:00
main.v compiler: fix v test v on paths with spaces 2019-09-06 19:30:55 +03:00
modules.v compiler: generalize mod dag & use for sorting structs also 2019-09-03 19:11:21 +03:00
msvc.v fix libpath issue 2019-09-07 12:04:52 +03:00
parser.v parser: small optimizations 2019-08-26 01:19:39 +03:00
parser2.v parser: get_type2() for the upcoming type system refactoring 2019-09-02 14:55:26 +03:00
query.v compiler: use cerror instead of panic. 2019-08-29 11:50:18 +03:00
repl.v Fix incorrect string open/close check in REPL 2019-08-29 21:40:49 +03:00
scanner.v replace *Foo with &Foo everywhere 2019-09-01 22:51:16 +03:00
table.v parser: small optimizations 2019-08-26 01:19:39 +03:00
token.v fmt: remove trailing spaces 2019-08-17 22:21:43 +03:00
vfmt.v fmt: remove trailing spaces 2019-08-17 22:21:43 +03:00