1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler
Emily Hudson dbf027acb8 MSVC: Use vswhere instead of mscrazy (#1307)
* Use vswhere + our own reg stuff instead of microsoft_craziness

* Cleanup code

* HKEY is a pointer so RegKey should be a pointer
2019-07-25 12:29:24 +02:00
..
tests function argument benchmark 2019-07-25 00:13:54 +02:00
cgen.v parser: change cur_line, tmp_line only in main pass 2019-07-18 20:21:23 +02:00
fn.v Change CGen so that v.c is compileable with msvc 2019-07-24 17:46:41 +02:00
jsgen.v new enum syntax; update the compiler (p.tok == .name) 2019-07-10 02:02:38 +02:00
main.v MSVC: Use vswhere instead of mscrazy (#1307) 2019-07-25 12:29:24 +02:00
modules.v modules: cycle error improvements 2019-07-22 12:44:08 +02:00
msvc_nix.v msvc fixes 2019-07-24 00:20:07 +02:00
msvc_win.v MSVC: Use vswhere instead of mscrazy (#1307) 2019-07-25 12:29:24 +02:00
parser.v free strings 2019-07-25 01:22:45 +02:00
scanner.v #! support on Unix systems 2019-07-25 12:27:59 +02:00
table.v Change CGen so that v.c is compileable with msvc 2019-07-24 17:46:41 +02:00
token.v @ for escaping keywords 2019-07-24 02:28:29 +02:00