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
888
Commits
3
Branches
174
Tags
3f3b7665ca132ebdd5a98166b26089e9267d3df9
Commit Graph
2 Commits
Author
SHA1
Message
Date
Alexander Medvednikov
350e13679c
force
()
in complex bool expressions:
(a && b) || c
instead of
a && b || c
2019-08-05 03:22:28 +02:00
Alexander Medvednikov
8bce5cb810
force snake_case in struct fields
2019-08-04 09:18:16 +02:00