1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

parser: handle several errors in types; cgen: objC includes

This commit is contained in:
Alexander Medvednikov
2020-08-16 19:16:59 +02:00
parent 191c908f3a
commit f965ddae49
7 changed files with 48 additions and 14 deletions

View File

@@ -4,7 +4,8 @@
V is a statically typed compiled programming language designed for building maintainable software.
It's similar to Go and its design has also been influenced by Oberon, Rust, Swift, and Python.
It's similar to Go and its design has also been influenced by Oberon, Rust, Swift,
Kotlin, and Python.
V is a very simple language. Going through this documentation will take you about half an hour,
and by the end of it you will have pretty much learned the entire language.