1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler
Alexander Medvednikov 624a932420 compiler: cc.v
2019-08-23 12:06:01 +03:00
..
tests compiler: produce errors in C "filepath:line:column:" format 2019-08-22 14:15:11 +03:00
cc.v compiler: cc.v 2019-08-23 12:06:01 +03:00
cgen.v compiler: support passing -cc to specify the desired C compiler 2019-08-23 11:42:48 +03:00
cheaders.v compiler: replace STRUCT_DEFAULT_VALUE with {0} 2019-08-23 02:38:18 +03:00
comptime.v compiler: handles printing of structures and arrays of structures 2019-08-22 14:34:33 +03:00
fn.v table: TypeCategory; freetype: remove C code; [typedef] C structs; 2019-08-22 22:18:55 +03:00
jsgen.v json: custom json field names with "[json:field_name]" 2019-08-23 02:54:39 +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: cc.v 2019-08-23 12:06:01 +03:00
modules.v map: allow array values 2019-08-16 23:28:47 +03:00
msvc.v compiler: fix MSVC flag parsing 2019-08-20 16:32:15 +03:00
parser.v json: custom json field names with "[json:field_name]" 2019-08-23 02:54:39 +03:00
query.v orm: allow variables like q.nr_orders in queries too. 2019-08-20 21:35:13 +03:00
repl.v repl: clear screen and help menu 2019-08-22 14:24:37 +03:00
scanner.v scanner: fix a string overflow 2019-08-23 03:28:25 +03:00
table.v compiler: replace STRUCT_DEFAULT_VALUE with {0} 2019-08-23 02:38:18 +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