This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
38c58f9f1b
v
/
compiler
History
Delyan Angelov
38c58f9f1b
compiler:
fix
#1193
. Flag -c_options is now named -cflags.
...
You can also pass -cflags '-Os -fno-inline-small-functions'
2019-07-18 19:45:31 +02:00
..
tests
cgen.v
fn.v
live reload: All of the [live] functions are reloaded now, not just the first one.
2019-07-18 19:34:28 +02:00
jsgen.v
main.v
compiler:
fix
#1193
. Flag -c_options is now named -cflags.
2019-07-18 19:45:31 +02:00
parser.v
scanner.v
table.v
token.v