v/compiler
Delyan Angelov 17580f3013 Support for passing different options to the C compiler backend.
Example: 'v -c_options=-Os' will pass -Os to the C compiler.
In effect the C compiler will optimize the generated binary for size.
2019-07-16 19:34:44 +02:00
..
tests Fix #1107 2019-07-15 16:30:06 +02:00
cgen.v store temp C files in the same directory 2019-07-16 02:12:05 +02:00
fn.v do not create ~/.vlang directory 2019-07-16 17:44:25 +02:00
jsgen.v new enum syntax; update the compiler (`p.tok == .name`) 2019-07-10 02:02:38 +02:00
main.v Support for passing different options to the C compiler backend. 2019-07-16 19:34:44 +02:00
parser.v http_win: fix BUF_MAX 2019-07-16 15:29:27 +02:00
scanner.v re-write map.v and update the compiler 2019-07-14 22:08:17 +02:00
table.v make maps work with structs defined in different modules 2019-07-16 12:18:52 +02:00
token.v .key_type 2019-07-16 12:17:17 +02:00