Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Primitives, Variables, Operators and Mutability #14

Merged
merged 4 commits into from Oct 6, 2019

Conversation

Delta456
Copy link
Member

@Delta456 Delta456 commented Oct 4, 2019

I will update the repo structure in one of next PRs.

@vbrazo vbrazo added the enhancement New feature or request label Oct 4, 2019
src/hello_world/code/hello.v Outdated Show resolved Hide resolved
src/hello_world/hello.md Outdated Show resolved Hide resolved
@@ -23,5 +16,3 @@ fn main() {
/* println(foo) */ // Also wouldn't work because custom str func not defined .
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe function instead func.

@@ -30,7 +30,7 @@ If you don't want to use `\n` then you can use `println` instead.

## Comments

V supports single line comments `//` and mutli line comments `/* */`. They should be used for documenting the code for letting the other users know how the code works. It can also be used for temporarly commenting the code which has to be used later on.
V supports single line comments `//` and mutli-line comments `/* */`. They should be used for documenting the code for letting the other users know how the code works. It can also be used for temporarily commenting the code which has to be used later on.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo on multi-line

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stay consistent with multi-line. change single line to single-line.

@@ -0,0 +1,12 @@
## Keywords

V is a very small language so it has less keywords. There are around 25 keywords.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe change less to fewer maybe better

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

few would sound better imo.

Copy link
Member

@dhonx dhonx Oct 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya... LGTM 👌

@vbrazo vbrazo added the WIP label Oct 5, 2019
@vbrazo vbrazo changed the title [WIP] Primitives, Variables, Operators and Mutability Primitives, Variables, Operators and Mutability Oct 5, 2019
@vbrazo
Copy link
Member

vbrazo commented Oct 6, 2019

@Delta456 is it ready to merge?

Copy link
Member

@vbrazo vbrazo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@vbrazo vbrazo requested a review from dhonx October 6, 2019 19:42
@vbrazo vbrazo merged commit e123c40 into v-community:master Oct 6, 2019
@Delta456
Copy link
Member Author

Delta456 commented Oct 7, 2019

@vbrazo It isn't

@dhonx
Copy link
Member

dhonx commented Oct 7, 2019

@Delta456 i dont know... but some of my review is skipped... is up to you guys... i just review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request WIP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants